Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.ICommand
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Defines a command that can be used for data binding.
Defines a method that determines whether the command can execute in its current state.
args
Returns: Boolean. true if this command can be executed; otherwise, false.
Defines a method to be called when the command is invoked.
args
Fires the CanExecuteChanged event.
EventHandler Fired when changes occur that affect whether or not the command should execute.
A that contains data that can be used by the command.
A that contains data that can be used by the command.
Implements the interface wrapping execute and canExecute actions.
Implements the interface wrapping execute and canExecute actions.
Wisej.Web.IContainerControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides the functionality for a control to act as a parent for other controls.
Control: Returns or sets the control that is active on the container control.
Activates a specified control.
control
Returns: Boolean. true if the control is successfully activated; otherwise, false.
UI implementation for the FileDialog class.
UI implementation for the FolderDialog class.
Provides focus-management functionality for controls that can function as a container for other controls.
Represents a window or dialog box that makes up an application's user interface.
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time.
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Provides an empty control that can be used to create other controls.
Displays data in a customizable list format.
Represents a desktop container that can host floating windows.
Provides an popup container that can be attached to other controls.
Wisej.Web.IButtonControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Allows a control to act like a button on a Form.
DialogResult: Returns or sets the value returned to the parent form when the button is clicked.
Generates a Click event for the control.
Represents a button control.
Represents a label control.
Represents an hyper-link control.
Represents an image control.
Represents a split button control.
Wisej.Web.IDropTarget
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Controls that support drag & drop operations implement this interface.
Fires the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
Fires the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
Fires the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
Wisej.Web.IErrorProvider
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Exposes a common api implemented by components that can collect errors in relation to a .
Returns the current error description string for the specified control.
Returns: . The error description string for the specified control.
Sets the error description string for the specified control.
Fires the event.
Fired when a drag-and-drop operation is completed.
Fired when an object is dragged into the control's bounds.
Fired when an object is dragged out of the control's bounds.
Fired when an object is dragged over the control's bounds.
e
An EventArgs that contains the event data.
e
A DragEventArgs that contains the event data.
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
UI implementation for the FileDialog class.
UI implementation for the FolderDialog class.
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
Represents a button control.
Implements the basic functionality common to button controls.
Represents a check box control.
Displays a ListBox in which a check box is displayed to the left of each item.
Represents a combo box control.
Provides focus-management functionality for controls that can function as a container for other controls.
Base class for all Wisej controls.
Represents a control that allows the user to select or type a date and a time.
Represents a spinner control that displays string values.
Represents a panel that dynamically arranges its controls horizontally or vertically in automatic rows or columns.
Represents a window or dialog box that makes up an application's user interface.
Represents a Wisej control that displays a frame around a group of controls with an optional caption.
Represents a label control.
Represents an hyper-link control.
Represents a control to display a list of items.
Uses a mask to distinguish between proper and improper user input.
Represents the container for multiple-document interface (MDI) child forms.
Represents a control that enables the user to select a date using a visual monthly calendar display.
Represents a spinner control that displays numeric values.
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time.
Represents a collapsible panel with an optional header that contains a group of controls.
Represents an image control.
Represents a progress control that displays a value visually as a filled bar.
Enables the user to select a single option from a group of choices when paired with other RadioButton controls.
Defines a base class for controls that support auto-scrolling behavior.
Represents an horizontal scroll bar.
Represents a vertical scroll bar.
Implements the basic functionality of a scroll bar control.
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Creates a panel that is associated with a SplitContainer.
Manages a related set of TabPage pages.
Represents a single tab page in a TabControl.
Represents a text box control that allows the user to enter any value.
Implements the basic functionality required by text controls.
Enables the user to choose between a range of values by sliding a small bar along another bar.
Implements the basic functionality required by a spin box (also known as an up-down control).
Provides an empty control that can be used to create other controls.
Represents a web browser control that enables the user to navigate web pages inside a form or a page.
Represents a ComboBox control that can be hosted in a DataGridViewComboBoxCell.
Represents a DateTimePicker control that can be hosted in a DataGridViewDateTimePickerCell.
Represents a MaskedTextBox control that can be hosted in a DataGridViewMaskedTextBoxCell cell.
Represents a NumericUpDown control that can be hosted in a DataGridViewNumericUpDownCell.
Represents a TextBox control that can be hosted in a DataGridViewTextBoxCell cell when the cell's WrapMode is set to False.
Represents a data grid control.
Displays data in a customizable list format.
Used by the DataRepeater control to display data at run time.
Represents a desktop container that can host floating windows.
Displays collapsible set of AccordionPanel panels for presenting information in a limited amount of space.
Represents a panel in a Accordion control.
Represents a control that can host ASP.NET or MVC pages within a Wisej application.
Represents the HTML5 canvas element.
Represents a FlashPlayer control that can display flash applications.
Represents a panel that dynamically arranges its child controls.
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
Represents a control that displays any HTML file in an IFrame element.
Represents a line control.
The TreeViewComboBox control represents a UserComboBox control with a ListView as the drop down panel.
Base implementation for media controls.
Represents a Video control that displays a video file.
Represents a Audio control that plays an audio file.
Represents a PdfViewer control that can display a pdf document in the browser either using the native pdf viewer, the pdf.js viewer, Google docs, or a custom viewer.
Represents a shape control. Displays an element a border in any of the four sides.
Displays child controls vertically or horizontally in a scrollable container.
Represents a spacer control. It can be used to add a space between controls in a layout panel. It is not rendered on the client.
Represents a split button control.
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field.
Represents a spinner control that displays TimeSpan values.
The TreeViewComboBox control represents a UserComboBox control with a TreeView as the drop down panel.
Represents a text box control that allows the user to enter a typed value.
Represent an upload widget. Allows users to selected one or more files and upload them to the server.
The UserComboBox control represents a ComboBox control with a custom panel that drops down when the user clicks the down arrow.
Provides an popup container that can be attached to other controls.
Provides a generic widget that can use most third party javascript widgets.
Represents a list view control, which displays a collection of items that can be displayed using one of four different views.
Represents a menu bar component.
Provides a user interface for browsing the properties of an object.
Displays information to the user in a about the object being viewed, the object's components, or the object's operation.
Represents a toolbar component.
Displays a hierarchical collection of labeled items, each represented by a TreeNode.
Wisej.Web.IReadOnly
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides access to the ReadOnly property for coontrols that support the read-only mode.
Using IReadOnly allows developers to use uniform code to access the read-only properties and events used by the control.
Boolean: Returns or sets whether the text box control is read-only.
EventHandler Fired when the value of the ReadOnly property has changed.
Represents a check box control.
Represents a combo box control.
Represents a control that allows the user to select or type a date and a time.
Represents a spinner control that displays string values.
Represents a control to display a list of items.
Uses a mask to distinguish between proper and improper user input.
Represents a control that enables the user to select a date using a visual monthly calendar display.
Represents a spinner control that displays numeric values.
Represents a text box control that allows the user to enter any value.
Implements the basic functionality required by text controls.
Implements the basic functionality required by a spin box (also known as an up-down control).
Represents a data grid control.
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field.
Represents a text box control that allows the user to enter a typed value.
Provides a user interface for browsing the properties of an object.
Wisej.Web.IUserData
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Using IUserData allows developers to use uniform code to access the UserData
and Tag
properties without having to check and cast the objects.
Object: Returns or sets the Tag
property associated with the component.
Object: Returns the UserData
dynamic object associated with the component.
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
UI implementation for the FileDialog class.
UI implementation for the FolderDialog class.
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
Represents a button control.
Implements the basic functionality common to button controls.
Represents a check box control.
Represents a combo box control.
Provides focus-management functionality for controls that can function as a container for other controls.
Base class for all Wisej controls.
Represents a control that allows the user to select or type a date and a time.
Represents a spinner control that displays string values.
Represents a panel that dynamically arranges its controls horizontally or vertically in automatic rows or columns.
Represents a window or dialog box that makes up an application's user interface.
Represents a Wisej control that displays a frame around a group of controls with an optional caption.
Represents a label control.
Represents an hyper-link control.
Represents a control to display a list of items.
Uses a mask to distinguish between proper and improper user input.
Represents the container for multiple-document interface (MDI) child forms.
Displays a message box that can contain text, buttons, and symbols that inform and instruct the user.
Represents a control that enables the user to select a date using a visual monthly calendar display.
Represents a spinner control that displays numeric values.
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time.
Represents a collapsible panel with an optional header that contains a group of controls.
Represents an image control.
Represents a progress control that displays a value visually as a filled bar.
Defines a base class for controls that support auto-scrolling behavior.
Represents an horizontal scroll bar.
Represents a vertical scroll bar.
Implements the basic functionality of a scroll bar control.
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Represents a text box control that allows the user to enter any value.
Implements the basic functionality required by text controls.
Implements a timer that raises an event at user-defined intervals.
Enables the user to choose between a range of values by sliding a small bar along another bar.
Implements the basic functionality required by a spin box (also known as an up-down control).
Provides an empty control that can be used to create other controls.
Represents a web browser control that enables the user to navigate web pages inside a form or a page.
Represents a data grid control.
Contains functionality common to row header cells and column header cells.
Displays data in a customizable list format.
Represents a desktop container that can host floating windows.
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
Provides a user interface for indicating that a control on a form has an error associated with it.
Represents a small rectangular pop-up window that displays a brief help text next to a control when it gets activated (focused).
Allows controls to execute javascript code.
Adds CSS styling to controls.
Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
Displays an alert box that can contain an icon and text that inform and instruct the user. Alert boxes are not modal and can disappear automatically.
Represents a control that can host ASP.NET or MVC pages within a Wisej application.
Represents the HTML5 canvas element.
Represents a panel that dynamically arranges its child controls.
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
Represents a control that displays any HTML file in an IFrame element.
Represents a line control.
Base implementation for media controls.
Represents a shape control. Displays an element a border in any of the four sides.
Displays child controls vertically or horizontally in a scrollable container.
Represents a spacer control. It can be used to add a space between controls in a layout panel. It is not rendered on the client.
Represents a split button control.
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field.
Displays a toast that can contain an icon and text.
Represents a text box control that allows the user to enter a typed value.
Represent an upload widget. Allows users to selected one or more files and upload them to the server.
Provides an popup container that can be attached to other controls.
Provides a generic widget that can use most third party javascript widgets.
Represents a list view control, which displays a collection of items that can be displayed using one of four different views.
Represents the base functionality for all menus.
Represents a menu bar component.
Provides a user interface for browsing the properties of an object.
Displays information to the user in a about the object being viewed, the object's components, or the object's operation.
Represents a toolbar component.
Properties of the client browser currently interacting with the application.
The base class for Wisej components that are not controls. Wisej components are still managed on the client and the server but are not present on the designer surface. Examples of wisej components are: menu items, image lists, tree nodes, list items.
e
A DragEventArgs that contains the event data.
e
A DragEventArgs that contains the event data.
control
The item to get the error description string for.
control
The control to set the error description string for.
value
The error description string, or null or Empty to remove the error.
Represents a label control.
Represents an hyper-link control.
Provides a user interface for indicating that a control on a form has an error associated with it.
Displays a in which a check box is displayed to the left of each item.
Enables the user to select a single option from a group of choices when paired with other controls.
Represents a control that can be hosted in a .
Represents a control that can be hosted in a .
Represents a control that can be hosted in a cell.
Represents a control that can be hosted in a .
Represents a control that can be hosted in a cell when the cell's is set to .
The TreeViewComboBox control represents a control with a as the drop down panel.
Represents a spinner control that displays values.
The TreeViewComboBox control represents a control with a as the drop down panel.
The UserComboBox control represents a control with a custom panel that drops down when the user clicks the down arrow.
Displays a in which a check box is displayed to the left of each item.
Extends and enables the component to participated if data binding operations and have their own .
Extends and enables the components to appear on the designer surface.
Provides a common implementation of members for the and classes.
Enables the user to select a single option from a group of choices when paired with other controls.
Creates a panel that is associated with a .
Manages a related set of pages.
Represents a single tab page in a .
Displays a button widget in a cell.
Represents a column that contains a collection of cells.
Displays a icon (not the actual control) in a cell.
Represents a column that contains a collection of cells.
Represents a column in a control.
Displays an editable control in a cell when in edit mode.
Represents a column that contains a collection of cells.
Represents a control that can be hosted in a .
Displays an editable control in a cell when in edit mode.
Represents a column that contains a collection of cells.
Represents a control that can be hosted in a .
Displays an image in a cell.
Represents a column that contains a collection of cells.
Displays a link widget in a cell.
Represents a column that contains a collection of cells.
Displays an editable control in a cell when in edit mode.
Represents a column that contains a collection of cells.
Represents a control that can be hosted in a cell.
Displays an editable control in a cell when in edit mode.
Represents a column that contains a collection of cells.
Represents a control that can be hosted in a .
Displays an editable control in a cell when in edit mode.
Represents a column that contains a collection of cells.
Represents a control that can be hosted in a cell when the cell's is set to .
Represents a linear collection of elements in a control.
Represents an individual cell in a control.
Represents a column header in a control.
Represents a row in a control.
Represents a row header of a control.
Represents a summary row in a control.
Used by the control to display data at run time.
Represents a component in the control's taskbar.
Represents a component in the control's taskbar that can host any .
Represents a DateTime component in the control's taskbar.
Add rotation capabilities along the X,Y,Z axis to controls.
Displays collapsible set of panels for presenting information in a limited amount of space.
Represents a panel in a control.
Represents a control that can display flash applications.
The TreeViewComboBox control represents a control with a as the drop down panel.
Represents a control that displays a video file.
Represents a control that plays an audio file.
Represents a control that can display a pdf document in the browser either using the native pdf viewer, the pdf.js viewer, Google docs, or a custom viewer.
Represents a spinner control that displays values.
Represent a tool widget that can be displayed inside another control. A tool widget is different from other child controls: it's displayed inside the parent's layout. For example, the control shows tool widgets inside the caption bar. When a tool widget is pressed, it fires the toolClicked event on the container.
The TreeViewComboBox control represents a control with a as the drop down panel.
The UserComboBox control represents a control with a custom panel that drops down when the user clicks the down arrow.
Provides methods to manage a collection of objects. This class cannot be inherited.
Displays a standard column header in a control.
Displays an image column header in a control.
Represents an item in a control.
Represents an individual menu item that is displayed within a or and always shows a checkbox next to the label.
Represents a context menu associated to a .
Represents an individual menu item that is displayed within a or rendered using the <a> link element to let the browser process the specified URL.
Represents the main menu in a .
Represents an individual item that is displayed within a or .
Implements one row in a .
Represents a panel in a control that can host any .
Represents a panel in a control.
Represents an item in the .
Represents a node of a .
Displays a hierarchical collection of labeled items, each represented by a .
Represents a sub-item of a .
: Returns or sets the that is displayed in the control.
: Returns or sets the alignment of the image for the controls that support image alignment.
: Returns or sets the image list index value of the image in the .
: Returns or sets the key accessor for the image in the .
: Returns or sets the that contains the images to display in the control.
: Returns or sets the theme name or URL for the image to display in the control.
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
Represents a button control.
Implements the basic functionality common to button controls.
Represents a check box control.
Represents a panel that dynamically arranges its controls horizontally or vertically in automatic rows or columns.
Represents a label control.
Represents an hyper-link control.
Represents a collapsible panel with an optional header that contains a group of controls.
Represents an image control.
Enables the user to select a single option from a group of choices when paired with other RadioButton controls.
Creates a panel that is associated with a SplitContainer.
Represents a single tab page in a TabControl.
Used by the DataRepeater control to display data at run time.
Represents a panel in a Accordion control.
Represents a panel that dynamically arranges its child controls.
Represents a split button control.
Displays a standard column header in a ListView control.
Displays an image column header in a ListView control.
Represents an item in a ListView control.
Represents a node of a TreeView.
Wisej.Web.ILabel
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides access to the LabelWrapper associated with the controls that implement this interface.
Using ILabel allows developers to use uniform code to access the LabelWrapper properties used by the control to show a label.
LabelWrapper: Provides access to the properties of the LabelWrapper associated with the control.
String: Returns or sets the text of the label associated with the control.
Represents a combo box control.
Represents a control that allows the user to select or type a date and a time.
Represents a spinner control that displays string values.
Represents a control to display a list of items.
Uses a mask to distinguish between proper and improper user input.
Represents a spinner control that displays numeric values.
Represents a text box control that allows the user to enter any value.
Implements the basic functionality required by text controls.
Implements the basic functionality required by a spin box (also known as an up-down control).
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field.
Represents a text box control that allows the user to enter a typed value.
Wisej.Web.IValidation
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides access to the validation events and properties property for controls that support validation.
Using IValidation allows developers to use uniform code to access the validation-related properties and events used by the control.
String: Returns or sets the invalid message that is shown in the invalid tooltip.
EventHandler Fired when the control is finished validating.
CancelEventHandler Fired when the control is validating.
Represents a check box control.
Represents a combo box control.
Represents a control that allows the user to select or type a date and a time.
Represents a spinner control that displays string values.
Represents a control to display a list of items.
Uses a mask to distinguish between proper and improper user input.
Represents a spinner control that displays numeric values.
Represents a text box control that allows the user to enter any value.
Implements the basic functionality required by text controls.
Implements the basic functionality required by a spin box (also known as an up-down control).
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field.
Represents a text box control that allows the user to enter a typed value.
Represent an upload widget. Allows users to selected one or more files and upload them to the server.
Represents a button control.
Implements the basic functionality common to button controls.
Represents a check box control.
Represents a label control.
Represents an hyper-link control.
Represents an image control.
Enables the user to select a single option from a group of choices when paired with other RadioButton controls.
Displays a button widget in a DataGridViewCell cell.
Displays a CheckBox icon (not the actual control) in a DataGridViewCell cell.
Displays an editable ComboBox control in a DataGridViewCell cell when in edit mode.
Displays an editable DateTimePicker control in a DataGridViewCell cell when in edit mode.
Displays an image in a DataGridViewCell cell.
Displays a link widget in a DataGridViewCell cell.
Displays an editable MaskedTextBox control in a DataGridViewCell cell when in edit mode.
Displays an editable NumericUpDown control in a DataGridViewCell cell when in edit mode.
Displays an editable TextBox control in a DataGridViewCell cell when in edit mode.
Represents an individual cell in a DataGridView control.
Represents a column header in a DataGridView control.
Contains functionality common to row header cells and column header cells.
Represents a row header of a DataGridView control.
Represents a split button control.
Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.
Represents an individual menu item that is displayed within a MainMenu or ContextMenu rendered using the <a> link element to let the browser process the specified HRef URL.
Represents an individual item that is displayed within a MainMenu or ContextMenu.
Represents an item in the ToolBar.
Wisej.Web.IModified
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides access to the Modified property and ModifiedChanged event for controls that implement this interface.
Using IModified allows developers to use uniform code to access the modified state event of a control.
Boolean: Returns or sets a value that indicates that the control has been modified by the user since the control was created or its contents were last set.
EventHandler Fired when the value of the Modified property has changed.
Represents a combo box control.
Represents a control that allows the user to select or type a date and a time.
Represents a control to display a list of items.
Uses a mask to distinguish between proper and improper user input.
Represents a text box control that allows the user to enter any value.
Implements the basic functionality required by text controls.
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field.
Represents a text box control that allows the user to enter a typed value.
Wisej.Web.IDataObject
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides a format-independent mechanism for transferring data.
Retrieves the data associated with the specified data format, using autoConvert to determine whether to convert the data to the format.
format
autoConvert
Returns: Object.
Retrieves the data associated with the specified data format.
format
Returns: Object.
Retrieves the data associated with the specified class type format.
format
Returns: Object.
Determines whether data stored in this instance is associated with the specified format, using autoConvert to determine whether to convert the data to the format.
format
autoConvert
Returns: Boolean.
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
format
Returns: Boolean.
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
format
Returns: Boolean.
Gets a list of all formats that data stored in this instance is associated with or can be converted to, using autoConvert to determine whether to retrieve all formats that the data can be converted to or' only native data formats.
autoConvert
Returns: String[].
Gets a list of all formats that data stored in this instance is associated with or can be converted to.
Returns: String[].
Stores the specified data and its associated format in this instance, using autoConvert to specify whether the data can be converted to another format.
format
autoConvert
data
Stores the specified data and its associated format in this instance.
format
data
Stores the specified data and its associated class type in this instance.
format
data
Stores the specified data in this instance, using the class of the data for the format.
data
Implements a basic data transfer mechanism.
Displays a in which a check box is displayed to the left of each item.
Represents a control that can be hosted in a .
Represents a control that can be hosted in a .
Represents a control that can be hosted in a cell.
Represents a control that can be hosted in a .
Represents a control that can be hosted in a cell when the cell's is set to .
The TreeViewComboBox control represents a control with a as the drop down panel.
Represents a spinner control that displays values.
The TreeViewComboBox control represents a control with a as the drop down panel.
The UserComboBox control represents a control with a custom panel that drops down when the user clicks the down arrow.
Displays a in which a check box is displayed to the left of each item.
Provides a common implementation of members for the and classes.
Enables the user to select a single option from a group of choices when paired with other controls.
Represents a control that can be hosted in a .
Represents a control that can be hosted in a .
Represents a control that can be hosted in a cell.
Represents a control that can be hosted in a .
Represents a control that can be hosted in a cell when the cell's is set to .
The TreeViewComboBox control represents a control with a as the drop down panel.
Represents a spinner control that displays values.
The TreeViewComboBox control represents a control with a as the drop down panel.
The UserComboBox control represents a control with a custom panel that drops down when the user clicks the down arrow.
Displays a in which a check box is displayed to the left of each item.
Represents a control that can be hosted in a .
Represents a control that can be hosted in a .
Represents a control that can be hosted in a cell.
Represents a control that can be hosted in a cell when the cell's is set to .
The TreeViewComboBox control represents a control with a as the drop down panel.
The TreeViewComboBox control represents a control with a as the drop down panel.
The UserComboBox control represents a control with a custom panel that drops down when the user clicks the down arrow.