DataNavigatorButtons Members
Holds settings for buttons displayed in a DataNavigator control.Constructors
| Name | Description |
|---|---|
| DataNavigatorButtons(INavigatorOwner) | Creates a new DataNavigatorButtons object. |
Properties
| Name | Description |
|---|---|
| Appearance | Gets the appearance settings used to paint the buttons’ owner. Inherited from NavigatorButtonsBase. |
| Append | The button used to insert a new record. |
| AutoRepeatDelay | 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 NavigatorButtonsBase. |
| ButtonCollection | Provides access to the collection of built-in buttons displayed in the DataNavigator control. Inherited from NavigatorButtonsBase. |
| CancelEdit | The button used to cancel modifications to the current record. |
| CurrencyManager | Gets the object which manages a list of binding objects. |
| CustomButtons | Gets the collection of custom buttons. Inherited from NavigatorButtonsBase. |
| DefaultImageList | Gets the source of the images that are displayed within the navigation buttons by default. Inherited from NavigatorButtonsBase. |
| EnabledAutoRepeat | Specifies whether data records are scrolled repeatedly when the Next, NextPage, Prev or PrevPage button is held down. Inherited from NavigatorButtonsBase. |
| EndEdit | 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. |
| ImageList | Gets or sets the source of images to be displayed within the navigation buttons. Inherited from NavigatorButtonsBase. |
| 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. |
| NextPage | 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 NavigatorButtonsBase. |
| OwnerControl | Gets the control which owns the current collection. Inherited from NavigatorButtonsBase. |
| PageRecordCount | 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. |
| PrevPage | 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 |
|---|---|
| BeginUpdate() | Locks the NavigatorButtonsBase object by preventing visual updates until the EndUpdate method is called. Inherited from NavigatorButtonsBase. |
| ButtonByButtonType(NavigatorButtonType) | Returns a value representing a data navigator button. Inherited from NavigatorButtonsBase. |
| CheckSize(ref Size) | Specifies the control’s size. Inherited from NavigatorButtonsBase. |
| CurrencyManagerChanged() | This method supports the .NET Framework infrastructure and is not intended to be called in your code. |
| DefaultIndexByButtonType(NavigatorButtonType, Boolean) static | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from NavigatorButtonsBase. |
| DoClick(NavigatorButtonBase) | Simulates a mouse click action on the specified button. Inherited from NavigatorButtonsBase. |
| Draw(GraphicsInfoArgs) | Draws the text and buttons displayed in the data navigator. Inherited from NavigatorButtonsBase. |
| EndUpdate() | Unlocks the NavigatorButtonsBase object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from NavigatorButtonsBase. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetToolTipObject(Point) | Returns the index of the button to which the specified point belongs. Inherited from NavigatorButtonsBase. |
| GetToolTipText(Object, Point) | Gets the hint for the button located at the specified point. Inherited from NavigatorButtonsBase. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| LayoutChanged() | Redraws the control. Inherited from NavigatorButtonsBase. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UpdateButtonsState() | Updates the buttons’ state and the text displayed within the control. Inherited from NavigatorButtonsBase. |
See Also