DataNavigatorButtons Members
In This Article
#Constructors
Name | Description |
---|---|
Data |
Creates a new Data |
#Properties
Name | Description |
---|---|
Appearance |
Gets the appearance settings used to paint the buttons’ owner.
Inherited from Navigator |
Append | The button used to insert 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 |
The button used to cancel modifications to the current record. |
Currency |
Gets the object which manages a list of binding objects. |
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 |
Enabled |
Specifies whether data records are scrolled repeatedly when the Next, Next |
End |
The button used to post modifications to the data source. |
First | The button that moves the current position to the first record in the data source. |
Image |
Gets or sets the source of images to be displayed within the navigation buttons.
Inherited from Navigator |
Last | The button that moves the current position to the last record in the data source. |
Next | The button that moves the current position to the next record. |
Next |
Gets the Data Navigator button that moves the current position forward by a specified number of 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 position moves when a user presses the Previous Page or Next Page button. |
Prev | The button that moves the current position to the previous record. |
Prev |
Gets the Data Navigator button that moves the current position back by a specified number of records. |
Remove | The button used to delete the current record. |
#Methods
Name | Description |
---|---|
Begin |
Locks the Navigator |
Button |
Returns a value representing a data navigator button.
Inherited from Navigator |
Check |
Specifies the control’s size.
Inherited from Navigator |
Currency |
This method supports the .NET Framework infrastructure and is not intended to be called in your code. |
Default |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Navigator |
Do |
Simulates a mouse click action on the specified button.
Inherited from Navigator |
Draw |
Draws the text and buttons displayed in the data navigator.
Inherited from Navigator |
End |
Unlocks the Navigator |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the index of the button to which the specified point belongs.
Inherited from Navigator |
Get |
Gets the hint for the button located at the specified point.
Inherited from Navigator |
Get |
Gets the Type of the current instance. Inherited from Object. |
Layout |
Redraws the control.
Inherited from Navigator |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Updates the buttons’ state and the text displayed within the control.
Inherited from Navigator |
See Also