NavigatorCustomButton Constructors
A custom button within navigator controls.Name | Parameters | Description |
---|---|---|
NavigatorCustomButton() | none | Initializes a new instance of the NavigatorCustomButton class with default settings. |
NavigatorCustomButton(Int32, Int32, Boolean, Boolean, String, Object) | index, imageIndex, enabled, visible, hint, tag | Initializes a new instance of the NavigatorCustomButton class with the specified settings. |
NavigatorCustomButton(Int32, Int32, Boolean, String) | index, imageIndex, enabled, hint | Initializes a new instance of the NavigatorCustomButton class with the specified settings. |
NavigatorCustomButton(Int32, Int32, String) | index, imageIndex, hint | Initializes a new instance of the NavigatorCustomButton class with the specified visual position, image index and hint. |
NavigatorCustomButton(Int32, Int32) | index, imageIndex | Initializes a new instance of the NavigatorCustomButton class with the specified visual position and image index. |
NavigatorCustomButton(Int32, String) | imageIndex, hint | Initializes a new instance of the NavigatorCustomButton class with the specified image index and hint. |
NavigatorCustomButton(Int32) | imageIndex | Initializes a new instance of the NavigatorCustomButton class with the specified image index. |
See Also