HypernovaDesktop Components · docs
Binarymission
WinFormsPanel Bar › PanelBarNavigationOptions

PanelBarNavigationOptions

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls

NavigationOptions class is a helper class to contain the event arguments for the event ContextMenuShowNavigationPaneOptionsClicked.

public sealed class PanelBarNavigationOptions

Members at a glance

CancelTheEventGets or sets whether to cancel the current event or not.
ItemsGets or sets the BinaryPanelBarButton objects that are contained in the current instance of BinaryPanelBar control.

Properties

CancelTheEvent

public bool CancelTheEvent

Gets or sets whether to cancel the current event or not.

Items

public ArrayList Items

Gets or sets the BinaryPanelBarButton objects that are contained in the current instance of BinaryPanelBar control.