ICommandSource
Wisej.Web.ICommandSource
Last updated
Wisej.Web.ICommandSource
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines an object that can invoke a Command.
ICommand: The command to execute.
EventHandler Fired when the Command property changes.
Name | Description |
---|---|
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.