ControlNavigatorButtons Properties
A collection of buttons displayed in the ControlNavigator.
Name | Description |
---|---|
Appearance |
Gets the appearance settings used to paint the buttons’ owner.
Inherited from Navigator |
Append | Gets the button used to append a new record. |
Auto |
Gets or sets the time interval which passes between the moment when an end-user holds down the navigation button and the data records are scrolled repeatedly.
Inherited from Navigator |
Button |
Provides access to the collection of built-in buttons displayed in the Data |
Cancel |
Gets the button used to cancel editing the current record. |
Control |
Gets the control which is bound to the Control |
Custom |
Gets the collection of custom buttons.
Inherited from Navigator |
Default |
Gets the source of the images that are displayed within the navigation buttons by default.
Inherited from Navigator |
Edit | Gets the button used to set the dataset to the edit state. |
Enabled |
Specifies whether data records are scrolled repeatedly when the Next, Next |
End |
Gets the button used to post the edited record to the associated data source. |
First | Gets the button used to set the current record to the first record in a data source. |
Image |
Gets or sets the source of images to be displayed within the navigation buttons.
Inherited from Navigator |
Last | Gets the button used to set the current record to the last record in a data source. |
Next | Gets the button used to set the current record to the next record in a data source. |
Next |
Gets the button used to increment the current record position in a data source by the number of visible records. |
Owner |
Gets the object that owns this button collection.
Inherited from Navigator |
Owner |
Gets the control which owns the current collection.
Inherited from Navigator |
Page |
Gets or sets the number of records by which the current record changes after the Prev |
Prev | Gets the button used to set the current record as the data source’s previous record. |
Prev |
Gets the button used to decrement the current record position in a data source by the number of visible records. |
Remove | Gets the button used to delete the current record. |
See Also