ICommandSource
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines an object that can invoke a Command.
- C#
- VB.NET
public interface ICommandSource
Public Interface ICommandSource
Properties
Command
ICommand: The command to execute.
Events
CommandChanged
EventHandler Fired when the Command property changes.
Implemented By
| Name | Description |
|---|---|
| Button | Represents a button control. |
| ButtonBase | Implements the basic functionality common to button controls. |
| CheckBox | Represents a check box control. |
| Label | Represents a label control. |
| LinkLabel | Represents an hyper-link control. |
| PictureBox | Represents an image control. |
| RadioButton | Enables the user to select a single option from a group of choices when paired with other RadioButton controls. |
| DataGridViewButtonCell | Displays a button widget in a DataGridViewCell cell. |
| DataGridViewCheckBoxCell | Displays a CheckBox icon (not the actual control) in a DataGridViewCell cell. |
| DataGridViewComboBoxCell | Displays an editable ComboBox control in a DataGridViewCell cell when in edit mode. |
| DataGridViewDateTimePickerCell | Displays an editable DateTimePicker control in a DataGridViewCell cell when in edit mode. |
| DataGridViewImageCell | Displays an image in a DataGridViewCell cell. |
| DataGridViewLinkCell | Displays a link widget in a DataGridViewCell cell. |
| DataGridViewMaskedTextBoxCell | Displays an editable MaskedTextBox control in a DataGridViewCell cell when in edit mode. |
| DataGridViewNumericUpDownCell | Displays an editable NumericUpDown control in a DataGridViewCell cell when in edit mode. |
| DataGridViewTextBoxCell | Displays an editable TextBox control in a DataGridViewCell cell when in edit mode. |
| DataGridViewCell | Represents an individual cell in a DataGridView control. |
| DataGridViewColumnHeaderCell | Represents a column header in a DataGridView control. |
| DataGridViewHeaderCell | Contains functionality common to row header cells and column header cells. |
| DataGridViewRowHeaderCell | Represents a row header of a DataGridView control. |
| SplitButton | Represents a split button control. |
| CheckedMenuItem | Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label. |
| LinkMenuItem | 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. |
| MenuItem | Represents an individual item that is displayed within a MainMenu or ContextMenu. |
| ToolBarButton | Represents an item in the ToolBar. |