NavigatorButton Class |
Namespace: Internal.ComponentFactory.Krypton.Navigator
public class NavigatorButton : Storage
The NavigatorButton type exposes the following members.
| Name | Description | |
|---|---|---|
| NavigatorButton |
Initialize a new instance of the NavigatorButton class.
|
| Name | Description | |
|---|---|---|
| ButtonDisplayLogic |
Gets and sets the logic used to control button display.
| |
| ButtonSpecs |
Gets the collection of button specifications.
| |
| CloseButton |
Gets access to the close button specification.
| |
| CloseButtonAction |
Gets and sets the action to take when the close button is clicked.
| |
| CloseButtonDisplay |
Gets and set the logic used to decide how to show the close button.
| |
| CloseButtonShortcut |
Gets access to the shortcut for invoking the close action.
| |
| ContextButton |
Gets access to the context button specification.
| |
| ContextButtonAction |
Gets and sets the action to take when the context button is clicked.
| |
| ContextButtonDisplay |
Gets and set the logic used to decide how to show the context button.
| |
| ContextButtonShortcut |
Gets access to the shortcut for invoking the context action.
| |
| ContextMenuMapImage |
Gets and set the mapping used to generate context menu item text.
| |
| ContextMenuMapText |
Gets and set the mapping used to generate context menu item image.
| |
| Id |
Gets the unique identifier of the object.
(Inherited from GlobalId.) | |
| IsDefault |
Gets a value indicating if all values are default.
(Overrides StorageIsDefault.) | |
| NeedPaint |
Gets and sets the need paint delegate for notifying paint requests.
(Inherited from Storage.) | |
| NeedPaintDelegate |
Gets access to the need paint delegate.
(Inherited from Storage.) | |
| NextButton |
Gets access to the next button specification.
| |
| NextButtonAction |
Gets and sets the action to take when the next button is clicked.
| |
| NextButtonDisplay |
Gets and set the logic used to decide how to show the next button.
| |
| NextButtonShortcut |
Gets access to the shortcut for invoking the next action.
| |
| PreviousButton |
Gets access to the previous button specification.
| |
| PreviousButtonAction |
Gets and sets the action to take when the previous button is clicked.
| |
| PreviousButtonDisplay |
Gets and set the logic used to decide how to show the previous button.
| |
| PreviousButtonShortcut |
Gets access to the shortcut for invoking the previous action.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnNeedPaint |
Raises the NeedPaint event.
(Inherited from Storage.) | |
| PerformNeedPaint |
Fires the NeedPaint event.
(Inherited from Storage.) | |
| PerformNeedPaint(Boolean) |
Fires the NeedPaint event.
(Inherited from Storage.) | |
| ResetButtonDisplayLogic |
Resets the ButtonDisplayLogic property to its default value.
| |
| ResetCloseButtonShortcut |
Resets the CloseButtonShortcut property to its default value.
| |
| ResetContextButtonShortcut |
Resets the ContextButtonShortcut property to its default value.
| |
| ResetNextButtonShortcut |
Resets the NextButtonShortcut property to its default value.
| |
| ResetPreviousButtonShortcut |
Resets the PreviousButtonShortcut property to its default value.
| |
| ToString |
Returns a string that represents the current defaulted state.
(Inherited from Storage.) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |