C# Class ComponentFactory.Krypton.Navigator.KryptonNavigator

Inheritance: ComponentFactory.Krypton.Toolkit.VisualSimple, IDragTargetProvider
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
AssignDefaultFields void
BorrowChildPanel void
CheckForPageCountEvents void
CreateChildControl void
CreateInternalObjects void
CreatePageCollection void
CreateStorageObjects void
CreateViewManager void
DebugOutput void
DesignerComponentFromPoint System.ComponentModel.Component
DesignerGetHitTest bool
DesignerMouseLeave void
FirstActionPage KryptonPage
InternalDragEnd void
InternalDragMove void
InternalDragQuit void
InternalDragStart void
InternalForceViewLayout void
KryptonNavigator System
LastActionPage KryptonPage
NextActionPage KryptonPage
NextOnUnselectedKryptonPage bool
OnCancelToolTip void
OnChildPanelControlRemoved void
OnContextMenuClick void
OnEndHover void
OnGroupPanelPaint void
OnOpeningContextMenu void
OnPageAppearanceChanged void
OnPageCleared void
OnPageClearing void
OnPageEnabledChanged void
OnPageFlagsChanged void
OnPageInserted void
OnPageRemoved void
OnPageRemoving void
OnPageVisibleChanged void
OnShowToolTip void
OnStartHover void
OnViewManagerLayoutAfter void
OnViewManagerLayoutBefore void
OnVisualPopupPageDisposed void
OnVisualPopupToolTipDisposed void
PageCollectionChanged void
PreviousActionPage KryptonPage
ResetCachedKryptonContextMenu void
ResolvePopupPagePosition PopupPagePosition
ReturnChildPanel void
SelectFirstAvailablePage void
SelectNextAvailablePage void
SelectNextPageControl bool
ShouldSerializeBar bool
ShouldSerializeButtons bool
ShouldSerializeGroups bool
ShouldSerializeHeaders bool
ShouldSerializeOutlook bool
ShouldSerializeOverrideFocus bool
ShouldSerializePanels bool
ShouldSerializePopupPages bool
ShouldSerializeStack bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool
ShouldSerializeStatePressed bool
ShouldSerializeStateSelected bool
ShouldSerializeStateTracking bool
ShouldSerializeToolTips bool
ShowPopupPage void
UpdateAllPagesVisible void

Public Methods

Method Description
DismissPopups ( ) : void

Dismiss any showing popup page.

GenerateDragTargets ( PageDragEndData dragEndData ) : DragTargetList

Generate a list of drag targets that are relevant to the provided end data.

GenerateDragTargets ( PageDragEndData dragEndData, KryptonPageFlags allowFlags ) : DragTargetList

Generate a list of drag targets that are relevant to the provided end data.

HideAllPages ( ) : void

Set the visible state of all the pages in the navigator to hidden.

HideAllPages ( Type excludeType ) : void

Set the visible state of all the pages in the navigator to hidden.

PageFromPoint ( Point pt ) : KryptonPage

Gets the KryptonPage associated with the provided point. This only works if the point intercepts a page header such as a tab header or check button.

PerformCloseAction ( ) : CloseButtonAction

Generates a CloseAction event for a Navigator.

PerformCloseAction ( KryptonPage page ) : CloseButtonAction

Generates a CloseAction event for a Navigator.

PerformContextAction ( ) : void

Generates a ContextAction event for a Navigator.

PerformNeedPagePaint ( bool needLayout ) : void

Fires the NeedPaint event and also repaints the selected page.

PerformNextAction ( ) : DirectionButtonAction

Generates a NextAction event for a Navigator.

PerformPreviousAction ( ) : DirectionButtonAction

Generates a PreviousAction event for a Navigator.

ResetNavigatorMode ( ) : void

Resets the Mode property to its default value.

SelectNextPage ( KryptonPage page, bool wrap ) : bool

Select the next page to the one provided.

SelectNextPage ( bool wrap ) : bool

Select the next page to the currently selected one.

SelectPreviousPage ( KryptonPage page, bool wrap ) : bool

Select the previous page to the one provided.

SelectPreviousPage ( bool wrap ) : bool

Select the previous page to the currently selected one.

ShowAllPages ( ) : void

Set the visible state of all the pages in the navigator to showing.

ShowAllPages ( Type excludeType ) : void

Set the visible state of all the pages in the navigator to showing.

Protected Methods

Method Description
CreateControlsInstance ( ) : ControlCollection

Creates a new instance of the control collection for the control.

Dispose ( bool disposing ) : void

Clean up any resources being used.

ForceControlLayout ( ) : void

Force the layout logic to size and position the panels.

OnAfterPageDrag ( PageDragEndEventArgs e ) : void

Raises the AfterPageDrag event.

OnBeforePageDrag ( PageDragCancelEventArgs de ) : void

Raises the BeforePageDrag event.

OnBeforePageReorder ( PageReorderEventArgs de ) : void

Raises the BeforePageReorder event.

OnCloseAction ( KryptonPage page ) : CloseButtonAction

Raises and processes the CloseAction event.

OnCloseAction ( CloseActionEventArgs e ) : void

Raises athe CloseAction event.

OnContextAction ( ) : void

Raises and processes the ContextAction event.

OnCtrlTabStart ( CtrlTabCancelEventArgs e ) : void

Raises the CtrlTabStart event.

OnCtrlTabWrap ( CtrlTabCancelEventArgs e ) : void

Raises the CtrlTabWrap event.

OnDeselected ( KryptonPageEventArgs e ) : void

Raises the Deselected event.

OnDeselecting ( KryptonPageCancelEventArgs e ) : void

Raises the Deselecting event.

OnDisplayPopupPage ( PopupPageEventArgs e ) : void

Raises the DisplayPopupPage event.

OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

OnGotFocus ( EventArgs e ) : void

Raises the GotFocus event.

OnInitialized ( EventArgs e ) : void

Raises the Initialized event.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

Raises the Layout event.

OnLostFocus ( EventArgs e ) : void

Raises the LostFocus event.

OnMouseDown ( MouseEventArgs e ) : void

Raises the MouseDown event.

OnNeedPagePaint ( object sender, NeedLayoutEventArgs e ) : void

Processes a notification from palette storage of a paint and optional layout required that involves the selected page.

OnNextAction ( ) : DirectionButtonAction

Raises and processes the NextAction event.

OnOutlookDropDown ( KryptonContextMenu kcm ) : void

Raises the OutlookDropDown event.

OnPageDrop ( PageDropEventArgs e ) : void

Raises the PageDrop event.

OnPreviousAction ( ) : DirectionButtonAction

Raises and processes the PreviousAction event.

OnPrimaryHeaderDoubleClicked ( EventArgs e ) : void

Raises athe PrimaryHeaderDoubleClicked event.

OnPrimaryHeaderLeftClicked ( EventArgs e ) : void

Raises athe PrimaryHeaderLeftClicked event.

OnPrimaryHeaderRightClicked ( EventArgs e ) : void

Raises athe PrimaryHeaderRightClicked event.

OnResize ( EventArgs e ) : void

Raises the Resize event.

OnSelected ( KryptonPageEventArgs e ) : void

Raises the Selected event.

OnSelectedPageChanged ( EventArgs e ) : void

Raises the SelectedPageChanged event.

OnSelecting ( KryptonPageCancelEventArgs e ) : void

Raises the Selecting event.

OnShowContextMenu ( ShowContextMenuArgs e ) : void

Raises the ShowContextMenu event.

OnTabClicked ( KryptonPageEventArgs e ) : void

Raises the TabClicked event.

OnTabCountChanged ( EventArgs e ) : void

Raises the TabCountChanged event.

OnTabDoubleClicked ( KryptonPageEventArgs e ) : void

Raises athe TabDoubleClicked event.

OnTabMouseHoverEnd ( EventArgs e ) : void

Raises the TabMouseHoverEnd event.

OnTabMouseHoverStart ( KryptonPageEventArgs e ) : void

Raises the TabMouseHoverStart event.

OnTabMoved ( TabMovedEventArgs e ) : void

Raises the TabMoved event.

OnTabVisibleCountChanged ( EventArgs e ) : void

Raises the TabVisibleCountChanged event.

OnViewBuilderPropertyChanged ( string propertyName ) : void

Raises the ViewBuilderPropertyChanged event.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes a command key.

ProcessDialogKey ( Keys keyData ) : bool

Processes a dialog key.

ProcessKeyPreview ( Message &m ) : bool

Previews a keyboard message.

ProcessMnemonic ( char charCode ) : bool

Processes a mnemonic character.

UpdateGlobalEvents ( bool attach ) : void

Update global event attachments.

WndProc ( Message &m ) : void

Process Windows-based messages.

Private Methods

Method Description
AssignDefaultFields ( ) : void
BorrowChildPanel ( ) : void
CheckForPageCountEvents ( ) : void
CreateChildControl ( ) : void
CreateInternalObjects ( ) : void
CreatePageCollection ( ) : void
CreateStorageObjects ( ) : void
CreateViewManager ( ) : void
DebugOutput ( ) : void
DesignerComponentFromPoint ( Point pt ) : Component
DesignerGetHitTest ( Point pt ) : bool
DesignerMouseLeave ( ) : void
FirstActionPage ( ) : KryptonPage
InternalDragEnd ( PointEventArgs e ) : void
InternalDragMove ( PointEventArgs e ) : void
InternalDragQuit ( ) : void
InternalDragStart ( DragStartEventCancelArgs e, KryptonPage page ) : void
InternalForceViewLayout ( ) : void
KryptonNavigator ( ) : System
LastActionPage ( ) : KryptonPage
NextActionPage ( KryptonPage page ) : KryptonPage
NextOnUnselectedKryptonPage ( Control next ) : bool
OnCancelToolTip ( object sender, EventArgs e ) : void
OnChildPanelControlRemoved ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
OnContextMenuClick ( object sender, EventArgs e ) : void
OnEndHover ( object sender, EventArgs e ) : void
OnGroupPanelPaint ( object sender, NeedLayoutEventArgs e ) : void
OnOpeningContextMenu ( object sender, CancelEventArgs e ) : void
OnPageAppearanceChanged ( object sender, PropertyChangedEventArgs e ) : void
OnPageCleared ( object sender, EventArgs e ) : void
OnPageClearing ( object sender, EventArgs e ) : void
OnPageEnabledChanged ( object sender, EventArgs e ) : void
OnPageFlagsChanged ( object sender, KryptonPageFlagsEventArgs e ) : void
OnPageInserted ( object sender, TypedCollectionEventArgs e ) : void
OnPageRemoved ( object sender, TypedCollectionEventArgs e ) : void
OnPageRemoving ( object sender, TypedCollectionEventArgs e ) : void
OnPageVisibleChanged ( object sender, EventArgs e ) : void
OnShowToolTip ( object sender, ToolTipEventArgs e ) : void
OnStartHover ( object sender, ToolTipEventArgs e ) : void
OnViewManagerLayoutAfter ( object sender, EventArgs e ) : void
OnViewManagerLayoutBefore ( object sender, EventArgs e ) : void
OnVisualPopupPageDisposed ( object sender, EventArgs e ) : void
OnVisualPopupToolTipDisposed ( object sender, EventArgs e ) : void
PageCollectionChanged ( ) : void
PreviousActionPage ( KryptonPage page ) : KryptonPage
ResetCachedKryptonContextMenu ( ) : void
ResolvePopupPagePosition ( ) : PopupPagePosition
ReturnChildPanel ( ) : void
SelectFirstAvailablePage ( ) : void
SelectNextAvailablePage ( KryptonPage begin ) : void
SelectNextPageControl ( bool forward, bool onlyCurrentPage ) : bool
ShouldSerializeBar ( ) : bool
ShouldSerializeButtons ( ) : bool
ShouldSerializeGroups ( ) : bool
ShouldSerializeHeaders ( ) : bool
ShouldSerializeOutlook ( ) : bool
ShouldSerializeOverrideFocus ( ) : bool
ShouldSerializePanels ( ) : bool
ShouldSerializePopupPages ( ) : bool
ShouldSerializeStack ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool
ShouldSerializeStatePressed ( ) : bool
ShouldSerializeStateSelected ( ) : bool
ShouldSerializeStateTracking ( ) : bool
ShouldSerializeToolTips ( ) : bool
ShowPopupPage ( KryptonPage page, ViewBase relative, EventHandler finishDelegate ) : void
UpdateAllPagesVisible ( bool visible, Type excludeType ) : void

Method Details

CreateControlsInstance() protected method

Creates a new instance of the control collection for the control.
protected CreateControlsInstance ( ) : ControlCollection
return System.Windows.Forms.ControlCollection

DismissPopups() public method

Dismiss any showing popup page.
public DismissPopups ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ForceControlLayout() protected method

Force the layout logic to size and position the panels.
protected ForceControlLayout ( ) : void
return void

GenerateDragTargets() public method

Generate a list of drag targets that are relevant to the provided end data.
public GenerateDragTargets ( PageDragEndData dragEndData ) : DragTargetList
dragEndData PageDragEndData Pages data being dragged.
return DragTargetList

GenerateDragTargets() public method

Generate a list of drag targets that are relevant to the provided end data.
public GenerateDragTargets ( PageDragEndData dragEndData, KryptonPageFlags allowFlags ) : DragTargetList
dragEndData PageDragEndData Pages data being dragged.
allowFlags KryptonPageFlags Only drop pages that have one of these flags set.
return DragTargetList

HideAllPages() public method

Set the visible state of all the pages in the navigator to hidden.
public HideAllPages ( ) : void
return void

HideAllPages() public method

Set the visible state of all the pages in the navigator to hidden.
public HideAllPages ( Type excludeType ) : void
excludeType System.Type Ignore pages of the specific type.
return void

OnAfterPageDrag() protected method

Raises the AfterPageDrag event.
protected OnAfterPageDrag ( PageDragEndEventArgs e ) : void
e PageDragEndEventArgs A EventArgs containing event details.
return void

OnBeforePageDrag() protected method

Raises the BeforePageDrag event.
protected OnBeforePageDrag ( PageDragCancelEventArgs de ) : void
de PageDragCancelEventArgs A PageDragCancelEventArgs containing event details.
return void

OnBeforePageReorder() protected method

Raises the BeforePageReorder event.
protected OnBeforePageReorder ( PageReorderEventArgs de ) : void
de PageReorderEventArgs A PageDragCancelEventArgs containing event details.
return void

OnCloseAction() protected method

Raises and processes the CloseAction event.
protected OnCloseAction ( KryptonPage page ) : CloseButtonAction
page KryptonPage Page that is requested to be closed.
return CloseButtonAction

OnCloseAction() protected method

Raises athe CloseAction event.
protected OnCloseAction ( CloseActionEventArgs e ) : void
e CloseActionEventArgs An CloseActionEventArgs containing the event args.
return void

OnContextAction() protected method

Raises and processes the ContextAction event.
protected OnContextAction ( ) : void
return void

OnCtrlTabStart() protected method

Raises the CtrlTabStart event.
protected OnCtrlTabStart ( CtrlTabCancelEventArgs e ) : void
e CtrlTabCancelEventArgs An CtrlTabCancelEventArgs containing event details.
return void

OnCtrlTabWrap() protected method

Raises the CtrlTabWrap event.
protected OnCtrlTabWrap ( CtrlTabCancelEventArgs e ) : void
e CtrlTabCancelEventArgs An CtrlTabCancelEventArgs containing event details.
return void

OnDeselected() protected method

Raises the Deselected event.
protected OnDeselected ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs A KryptonPageEventArgs containing event details.
return void

OnDeselecting() protected method

Raises the Deselecting event.
protected OnDeselecting ( KryptonPageCancelEventArgs e ) : void
e KryptonPageCancelEventArgs A KryptonPageCancelEventArgs containing event details.
return void

OnDisplayPopupPage() protected method

Raises the DisplayPopupPage event.
protected OnDisplayPopupPage ( PopupPageEventArgs e ) : void
e PopupPageEventArgs A PopupPageEventArgs containing event data.
return void

OnEnabledChanged() protected method

Raises the EnabledChanged event.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
return void

OnGotFocus() protected method

Raises the GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
return void

OnInitialized() protected method

Raises the Initialized event.
protected OnInitialized ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
return void

OnLayout() protected method

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs A LayoutEventArgs containing the event data.
return void

OnLostFocus() protected method

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
return void

OnMouseDown() protected method

Raises the MouseDown event.
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs An EventArgs that contains the event data.
return void

OnNeedPagePaint() protected method

Processes a notification from palette storage of a paint and optional layout required that involves the selected page.
protected OnNeedPagePaint ( object sender, NeedLayoutEventArgs e ) : void
sender object Source of notification.
e ComponentFactory.Krypton.Toolkit.NeedLayoutEventArgs An NeedLayoutEventArgs containing event data.
return void

OnNextAction() protected method

Raises and processes the NextAction event.
protected OnNextAction ( ) : DirectionButtonAction
return DirectionButtonAction

OnOutlookDropDown() protected method

Raises the OutlookDropDown event.
protected OnOutlookDropDown ( KryptonContextMenu kcm ) : void
kcm ComponentFactory.Krypton.Toolkit.KryptonContextMenu Context menu about to be displayed.
return void

OnPageDrop() protected method

Raises the PageDrop event.
protected OnPageDrop ( PageDropEventArgs e ) : void
e PageDropEventArgs A v containing event details.
return void

OnPreviousAction() protected method

Raises and processes the PreviousAction event.
protected OnPreviousAction ( ) : DirectionButtonAction
return DirectionButtonAction

OnPrimaryHeaderDoubleClicked() protected method

Raises athe PrimaryHeaderDoubleClicked event.
protected OnPrimaryHeaderDoubleClicked ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
return void

OnPrimaryHeaderLeftClicked() protected method

Raises athe PrimaryHeaderLeftClicked event.
protected OnPrimaryHeaderLeftClicked ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
return void

OnPrimaryHeaderRightClicked() protected method

Raises athe PrimaryHeaderRightClicked event.
protected OnPrimaryHeaderRightClicked ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
return void

OnResize() protected method

Raises the Resize event.
protected OnResize ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
return void

OnSelected() protected method

Raises the Selected event.
protected OnSelected ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs A KryptonPageEventArgs containing event details.
return void

OnSelectedPageChanged() protected method

Raises the SelectedPageChanged event.
protected OnSelectedPageChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing event details.
return void

OnSelecting() protected method

Raises the Selecting event.
protected OnSelecting ( KryptonPageCancelEventArgs e ) : void
e KryptonPageCancelEventArgs A KryptonPageCancelEventArgs containing event details.
return void

OnShowContextMenu() protected method

Raises the ShowContextMenu event.
protected OnShowContextMenu ( ShowContextMenuArgs e ) : void
e ShowContextMenuArgs A ShowContextMenuArgs containing event data.
return void

OnTabClicked() protected method

Raises the TabClicked event.
protected OnTabClicked ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs An KryptonPageEventArgs containing the event args.
return void

OnTabCountChanged() protected method

Raises the TabCountChanged event.
protected OnTabCountChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
return void

OnTabDoubleClicked() protected method

Raises athe TabDoubleClicked event.
protected OnTabDoubleClicked ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs An KryptonPageEventArgs containing the event args.
return void

OnTabMouseHoverEnd() protected method

Raises the TabMouseHoverEnd event.
protected OnTabMouseHoverEnd ( EventArgs e ) : void
e System.EventArgs An EventArgs containing event details.
return void

OnTabMouseHoverStart() protected method

Raises the TabMouseHoverStart event.
protected OnTabMouseHoverStart ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs An KryptonPageEventArgs containing event details.
return void

OnTabMoved() protected method

Raises the TabMoved event.
protected OnTabMoved ( TabMovedEventArgs e ) : void
e TabMovedEventArgs An TabMovedEventArgs containing event details.
return void

OnTabVisibleCountChanged() protected method

Raises the TabVisibleCountChanged event.
protected OnTabVisibleCountChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
return void

OnViewBuilderPropertyChanged() protected method

Raises the ViewBuilderPropertyChanged event.
protected OnViewBuilderPropertyChanged ( string propertyName ) : void
propertyName string Name of the property that has changed.
return void

PageFromPoint() public method

Gets the KryptonPage associated with the provided point. This only works if the point intercepts a page header such as a tab header or check button.
public PageFromPoint ( Point pt ) : KryptonPage
pt Point Point in client co-ordinates.
return KryptonPage

PerformCloseAction() public method

Generates a CloseAction event for a Navigator.
public PerformCloseAction ( ) : CloseButtonAction
return CloseButtonAction

PerformCloseAction() public method

Generates a CloseAction event for a Navigator.
public PerformCloseAction ( KryptonPage page ) : CloseButtonAction
page KryptonPage Page to perform close action on.
return CloseButtonAction

PerformContextAction() public method

Generates a ContextAction event for a Navigator.
public PerformContextAction ( ) : void
return void

PerformNeedPagePaint() public method

Fires the NeedPaint event and also repaints the selected page.
public PerformNeedPagePaint ( bool needLayout ) : void
needLayout bool Does the palette change require a layout.
return void

PerformNextAction() public method

Generates a NextAction event for a Navigator.
public PerformNextAction ( ) : DirectionButtonAction
return DirectionButtonAction

PerformPreviousAction() public method

Generates a PreviousAction event for a Navigator.
public PerformPreviousAction ( ) : DirectionButtonAction
return DirectionButtonAction

ProcessCmdKey() protected method

Processes a command key.
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message A Message, passed by reference, that represents the window message to process.
keyData Keys One of the Keys values that represents the key to process.
return bool

ProcessDialogKey() protected method

Processes a dialog key.
protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys One of the Keys values that represents the key to process.
return bool

ProcessKeyPreview() protected method

Previews a keyboard message.
protected ProcessKeyPreview ( Message &m ) : bool
m System.Windows.Forms.Message A Message that represents the window message to process.
return bool

ProcessMnemonic() protected method

Processes a mnemonic character.
protected ProcessMnemonic ( char charCode ) : bool
charCode char The mnemonic character entered.
return bool

ResetNavigatorMode() public method

Resets the Mode property to its default value.
public ResetNavigatorMode ( ) : void
return void

SelectNextPage() public method

Select the next page to the one provided.
public SelectNextPage ( KryptonPage page, bool wrap ) : bool
page KryptonPage Starting page for search.
wrap bool Wrap around end of collection to the start.
return bool

SelectNextPage() public method

Select the next page to the currently selected one.
public SelectNextPage ( bool wrap ) : bool
wrap bool Wrap around end of collection to the start.
return bool

SelectPreviousPage() public method

Select the previous page to the one provided.
public SelectPreviousPage ( KryptonPage page, bool wrap ) : bool
page KryptonPage Starting page for search.
wrap bool Wrap around end of collection to the start.
return bool

SelectPreviousPage() public method

Select the previous page to the currently selected one.
public SelectPreviousPage ( bool wrap ) : bool
wrap bool Wrap around end of collection to the start.
return bool

ShowAllPages() public method

Set the visible state of all the pages in the navigator to showing.
public ShowAllPages ( ) : void
return void

ShowAllPages() public method

Set the visible state of all the pages in the navigator to showing.
public ShowAllPages ( Type excludeType ) : void
excludeType System.Type Ignore pages of the specific type.
return void

UpdateGlobalEvents() protected method

Update global event attachments.
protected UpdateGlobalEvents ( bool attach ) : void
attach bool True if attaching; otherwise false.
return void

WndProc() protected method

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
return void