C# Class ComponentFactory.Krypton.Navigator.KryptonNavigator

Inheritance: ComponentFactory.Krypton.Toolkit.VisualSimple, IDragTargetProvider
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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

Méthode 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 méthode

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

DismissPopups() public méthode

Dismiss any showing popup page.
public DismissPopups ( ) : void
Résultat void

Dispose() protected méthode

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

ForceControlLayout() protected méthode

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

GenerateDragTargets() public méthode

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.
Résultat DragTargetList

GenerateDragTargets() public méthode

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.
Résultat DragTargetList

HideAllPages() public méthode

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

HideAllPages() public méthode

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.
Résultat void

OnAfterPageDrag() protected méthode

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

OnBeforePageDrag() protected méthode

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

OnBeforePageReorder() protected méthode

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

OnCloseAction() protected méthode

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

OnCloseAction() protected méthode

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

OnContextAction() protected méthode

Raises and processes the ContextAction event.
protected OnContextAction ( ) : void
Résultat void

OnCtrlTabStart() protected méthode

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

OnCtrlTabWrap() protected méthode

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

OnDeselected() protected méthode

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

OnDeselecting() protected méthode

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

OnDisplayPopupPage() protected méthode

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

OnEnabledChanged() protected méthode

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

OnGotFocus() protected méthode

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

OnInitialized() protected méthode

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

OnLayout() protected méthode

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

OnLostFocus() protected méthode

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

OnMouseDown() protected méthode

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

OnNeedPagePaint() protected méthode

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.
Résultat void

OnNextAction() protected méthode

Raises and processes the NextAction event.
protected OnNextAction ( ) : DirectionButtonAction
Résultat DirectionButtonAction

OnOutlookDropDown() protected méthode

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

OnPageDrop() protected méthode

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

OnPreviousAction() protected méthode

Raises and processes the PreviousAction event.
protected OnPreviousAction ( ) : DirectionButtonAction
Résultat DirectionButtonAction

OnPrimaryHeaderDoubleClicked() protected méthode

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

OnPrimaryHeaderLeftClicked() protected méthode

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

OnPrimaryHeaderRightClicked() protected méthode

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

OnResize() protected méthode

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

OnSelected() protected méthode

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

OnSelectedPageChanged() protected méthode

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

OnSelecting() protected méthode

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

OnShowContextMenu() protected méthode

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

OnTabClicked() protected méthode

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

OnTabCountChanged() protected méthode

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

OnTabDoubleClicked() protected méthode

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

OnTabMouseHoverEnd() protected méthode

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

OnTabMouseHoverStart() protected méthode

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

OnTabMoved() protected méthode

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

OnTabVisibleCountChanged() protected méthode

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

OnViewBuilderPropertyChanged() protected méthode

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

PageFromPoint() public méthode

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.
Résultat KryptonPage

PerformCloseAction() public méthode

Generates a CloseAction event for a Navigator.
public PerformCloseAction ( ) : CloseButtonAction
Résultat CloseButtonAction

PerformCloseAction() public méthode

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

PerformContextAction() public méthode

Generates a ContextAction event for a Navigator.
public PerformContextAction ( ) : void
Résultat void

PerformNeedPagePaint() public méthode

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

PerformNextAction() public méthode

Generates a NextAction event for a Navigator.
public PerformNextAction ( ) : DirectionButtonAction
Résultat DirectionButtonAction

PerformPreviousAction() public méthode

Generates a PreviousAction event for a Navigator.
public PerformPreviousAction ( ) : DirectionButtonAction
Résultat DirectionButtonAction

ProcessCmdKey() protected méthode

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.
Résultat bool

ProcessDialogKey() protected méthode

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

ProcessKeyPreview() protected méthode

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

ProcessMnemonic() protected méthode

Processes a mnemonic character.
protected ProcessMnemonic ( char charCode ) : bool
charCode char The mnemonic character entered.
Résultat bool

ResetNavigatorMode() public méthode

Resets the Mode property to its default value.
public ResetNavigatorMode ( ) : void
Résultat void

SelectNextPage() public méthode

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.
Résultat bool

SelectNextPage() public méthode

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

SelectPreviousPage() public méthode

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.
Résultat bool

SelectPreviousPage() public méthode

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

ShowAllPages() public méthode

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

ShowAllPages() public méthode

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.
Résultat void

UpdateGlobalEvents() protected méthode

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

WndProc() protected méthode

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