MindFusion WinForms Programmer's Guide
NavigationBar Members
Constructors Properties Methods Events
 


A toolbar that displays navigation buttons.

The following tables list the members exposed by the NavigationBar type.

 Public Constructors

  Name Description

NavigationBar

Initializes a new instance of the NavigationBar class.

 Public Properties

  Name Description

AddButtonColor

Gets or sets the color of the Add icon.

RemoveButtonColor

Gets or sets the color of the Remove icon.

ShowAddButton

Gets or sets whether the control should display an Add icon.

ShowRemoveButton

Gets or sets whether the control should display a Remove icon.

 Public Methods

  Name Description

ButtonCount

Returns the number of currently visible buttons.

 Protected Methods

  Name Description

OnAddClicked

Raises the AddClicked event.

OnMouseLeave

Control.OnMouseLeave override.

OnMouseMove

Control.OnMouseMove override.

OnMouseUp

Control.OnMouseUp override.

OnNavigateFirst

Raises the NavigateFirst event.

OnNavigateLast

Raises the NavigateLast event.

OnNavigateNext

Raises the NavigateNext event.

OnNavigatePrevious

Raises the NavigatePrevious event.

OnPaint

Control.OnPaint override.

OnRemoveClicked

Raises the RemoveClicked event.

 Public Events

  Name Description

AddClicked

Raised when the user clicks the Add icon.

NavigateFirst

Raised when the user clicks the navigate-first icon.

NavigateLast

Raised when the user clicks the navigate-last icon.

NavigateNext

Raised when the user clicks the navigate-next icon.

NavigatePrevious

Raised when the user clicks the navigate-previous icon.

RemoveClicked

Raised when the user clicks the Remove icon.

 See Also

NavigationBar Class
MindFusion.Common.WinForms Namespace