Name | Description | |
---|---|---|
NavApplyButton Constructor | Initializes a new instance of the NavApplyButton class. |
The following tables list the members exposed by NavApplyButton.
Name | Description | |
---|---|---|
NavApplyButton Constructor | Initializes a new instance of the NavApplyButton class. |
Name | Description | |
---|---|---|
Cursor | Gets or sets the cursor that is displayed when the mouse pointer is over the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
Enabled | Gets or sets whether the item is enabled. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
Icon | Gets or sets the C1.Framework.C1Icon that is displayed on a item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
Image | Gets or sets the image that is displayed on an item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ImageAlign | Gets or sets the alignment of the image on the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ImageIndex | Gets or sets the image list index value of the image displayed on the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ImageKey | Gets or sets the key accessor for the image in the NavItem.ImageList. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ImageList | Gets or sets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on an item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
Size | Gets or sets the size of the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
Style | Gets or sets the item custom style. (Inherited from C1.Win.Input.DbNavigator.Items.NavButton) | |
Text | Gets or sets the text associated with this item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
TextAlign | Gets or sets the alignment of the text on the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
TextImageRelation | Gets or sets the position of text and image relative to each other. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ToolTip | Gets or sets the text that appears as a ToolTip for the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
Trimming | Gets or sets how to trim characters that do not fit in the space available. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
Visible | Gets or sets whether the item is visible. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) |
Name | Description | |
---|---|---|
OnPropertyChanged | Rises the NavItem.PropertyChanged event. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ResetEnabled | Restores the default value of the Enabled property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ResetIcon | Restores the default value of the Icon property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ResetText | Restores the default value of the Text property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ResetToolTip | Overridden. Restores the default value of the ToolTip property. | |
SetProperty<T> | Sets the specified property value. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ShouldSerializeEnabled | Specifies whether to save the value of the Enabled property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ShouldSerializeIcon | Specifies whether to save the value of the Icon property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ShouldSerializeText | Specifies whether to save the value of the Text property. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
ShouldSerializeToolTip | Overridden. Specifies whether to save the value of the ToolTip property. |
Name | Description | |
---|---|---|
Click | Occurs when the item is clicked. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
DoubleClick | Occurs when the item is double clicked. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
GotFocus | Occurs when the item receives focus. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
LostFocus | Occurs when the item loses focus. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
MouseDown | Occurs when the mouse pointer is over the item and a mouse button is pressed. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
MouseEnter | Occurs when the mouse pointer enters the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
MouseLeave | Occurs when the mouse pointer leaves the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
MouseMove | Occurs when the mouse pointer is moved over the item. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
MouseUp | Occurs when the mouse pointer is over the item and a mouse button is released. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
Paint | Occurs when the item is redrawn. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) | |
PropertyChanged | Occurs when the item property is changed. (Inherited from C1.Win.Input.DbNavigator.Items.NavItem) |