TcxNavigatorButton Members
A navigator control‘s button.Constructors
| Name | Description |
|---|---|
| Create(TcxCustomNavigatorButtons,Boolean) | Initializes a new instance of the TcxNavigatorButton class with specified settings. |
Properties
| Name | Description |
|---|---|
| Automation | |
| Buttons | |
| DefaultIndex protected | Determines the position of the button within a button collection. |
| Enabled | Specifies whether a button can be clicked. |
| Hint | Specifies the hint text that is shown when a user moves the mouse pointer over a navigator button. |
| ImageIndex | Specifies the image that is displayed within the button. |
| Visible | Specifies whether the button can be displayed. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Click | Clicks the button. |
| DoClick protected | Generates the OnClick event in response to clicking the button. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetImageSize | |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| ToString | Inherited from TObject. |
Events
| Name | Description |
|---|---|
| OnClick | Enables you to respond to button clicks. |
See Also