C# Класс ComponentFactory.Krypton.Navigator.KryptonNavigator

Наследование: ComponentFactory.Krypton.Toolkit.VisualSimple, IDragTargetProvider
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

CreateControlsInstance() защищенный Метод

Creates a new instance of the control collection for the control.
protected CreateControlsInstance ( ) : ControlCollection
Результат System.Windows.Forms.ControlCollection

DismissPopups() публичный Метод

Dismiss any showing popup page.
public DismissPopups ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ForceControlLayout() защищенный Метод

Force the layout logic to size and position the panels.
protected ForceControlLayout ( ) : void
Результат void

GenerateDragTargets() публичный Метод

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.
Результат DragTargetList

GenerateDragTargets() публичный Метод

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.
Результат DragTargetList

HideAllPages() публичный Метод

Set the visible state of all the pages in the navigator to hidden.
public HideAllPages ( ) : void
Результат void

HideAllPages() публичный Метод

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.
Результат void

OnAfterPageDrag() защищенный Метод

Raises the AfterPageDrag event.
protected OnAfterPageDrag ( PageDragEndEventArgs e ) : void
e PageDragEndEventArgs A EventArgs containing event details.
Результат void

OnBeforePageDrag() защищенный Метод

Raises the BeforePageDrag event.
protected OnBeforePageDrag ( PageDragCancelEventArgs de ) : void
de PageDragCancelEventArgs A PageDragCancelEventArgs containing event details.
Результат void

OnBeforePageReorder() защищенный Метод

Raises the BeforePageReorder event.
protected OnBeforePageReorder ( PageReorderEventArgs de ) : void
de PageReorderEventArgs A PageDragCancelEventArgs containing event details.
Результат void

OnCloseAction() защищенный Метод

Raises and processes the CloseAction event.
protected OnCloseAction ( KryptonPage page ) : CloseButtonAction
page KryptonPage Page that is requested to be closed.
Результат CloseButtonAction

OnCloseAction() защищенный Метод

Raises athe CloseAction event.
protected OnCloseAction ( CloseActionEventArgs e ) : void
e CloseActionEventArgs An CloseActionEventArgs containing the event args.
Результат void

OnContextAction() защищенный Метод

Raises and processes the ContextAction event.
protected OnContextAction ( ) : void
Результат void

OnCtrlTabStart() защищенный Метод

Raises the CtrlTabStart event.
protected OnCtrlTabStart ( CtrlTabCancelEventArgs e ) : void
e CtrlTabCancelEventArgs An CtrlTabCancelEventArgs containing event details.
Результат void

OnCtrlTabWrap() защищенный Метод

Raises the CtrlTabWrap event.
protected OnCtrlTabWrap ( CtrlTabCancelEventArgs e ) : void
e CtrlTabCancelEventArgs An CtrlTabCancelEventArgs containing event details.
Результат void

OnDeselected() защищенный Метод

Raises the Deselected event.
protected OnDeselected ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs A KryptonPageEventArgs containing event details.
Результат void

OnDeselecting() защищенный Метод

Raises the Deselecting event.
protected OnDeselecting ( KryptonPageCancelEventArgs e ) : void
e KryptonPageCancelEventArgs A KryptonPageCancelEventArgs containing event details.
Результат void

OnDisplayPopupPage() защищенный Метод

Raises the DisplayPopupPage event.
protected OnDisplayPopupPage ( PopupPageEventArgs e ) : void
e PopupPageEventArgs A PopupPageEventArgs containing event data.
Результат void

OnEnabledChanged() защищенный Метод

Raises the EnabledChanged event.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void

OnGotFocus() защищенный Метод

Raises the GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void

OnInitialized() защищенный Метод

Raises the Initialized event.
protected OnInitialized ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void

OnLayout() защищенный Метод

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs A LayoutEventArgs containing the event data.
Результат void

OnLostFocus() защищенный Метод

Raises the LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void

OnMouseDown() защищенный Метод

Raises the MouseDown event.
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs An EventArgs that contains the event data.
Результат void

OnNeedPagePaint() защищенный Метод

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.
Результат void

OnNextAction() защищенный Метод

Raises and processes the NextAction event.
protected OnNextAction ( ) : DirectionButtonAction
Результат DirectionButtonAction

OnOutlookDropDown() защищенный Метод

Raises the OutlookDropDown event.
protected OnOutlookDropDown ( KryptonContextMenu kcm ) : void
kcm ComponentFactory.Krypton.Toolkit.KryptonContextMenu Context menu about to be displayed.
Результат void

OnPageDrop() защищенный Метод

Raises the PageDrop event.
protected OnPageDrop ( PageDropEventArgs e ) : void
e PageDropEventArgs A v containing event details.
Результат void

OnPreviousAction() защищенный Метод

Raises and processes the PreviousAction event.
protected OnPreviousAction ( ) : DirectionButtonAction
Результат DirectionButtonAction

OnPrimaryHeaderDoubleClicked() защищенный Метод

Raises athe PrimaryHeaderDoubleClicked event.
protected OnPrimaryHeaderDoubleClicked ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
Результат void

OnPrimaryHeaderLeftClicked() защищенный Метод

Raises athe PrimaryHeaderLeftClicked event.
protected OnPrimaryHeaderLeftClicked ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
Результат void

OnPrimaryHeaderRightClicked() защищенный Метод

Raises athe PrimaryHeaderRightClicked event.
protected OnPrimaryHeaderRightClicked ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
Результат void

OnResize() защищенный Метод

Raises the Resize event.
protected OnResize ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data.
Результат void

OnSelected() защищенный Метод

Raises the Selected event.
protected OnSelected ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs A KryptonPageEventArgs containing event details.
Результат void

OnSelectedPageChanged() защищенный Метод

Raises the SelectedPageChanged event.
protected OnSelectedPageChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing event details.
Результат void

OnSelecting() защищенный Метод

Raises the Selecting event.
protected OnSelecting ( KryptonPageCancelEventArgs e ) : void
e KryptonPageCancelEventArgs A KryptonPageCancelEventArgs containing event details.
Результат void

OnShowContextMenu() защищенный Метод

Raises the ShowContextMenu event.
protected OnShowContextMenu ( ShowContextMenuArgs e ) : void
e ShowContextMenuArgs A ShowContextMenuArgs containing event data.
Результат void

OnTabClicked() защищенный Метод

Raises the TabClicked event.
protected OnTabClicked ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs An KryptonPageEventArgs containing the event args.
Результат void

OnTabCountChanged() защищенный Метод

Raises the TabCountChanged event.
protected OnTabCountChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
Результат void

OnTabDoubleClicked() защищенный Метод

Raises athe TabDoubleClicked event.
protected OnTabDoubleClicked ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs An KryptonPageEventArgs containing the event args.
Результат void

OnTabMouseHoverEnd() защищенный Метод

Raises the TabMouseHoverEnd event.
protected OnTabMouseHoverEnd ( EventArgs e ) : void
e System.EventArgs An EventArgs containing event details.
Результат void

OnTabMouseHoverStart() защищенный Метод

Raises the TabMouseHoverStart event.
protected OnTabMouseHoverStart ( KryptonPageEventArgs e ) : void
e KryptonPageEventArgs An KryptonPageEventArgs containing event details.
Результат void

OnTabMoved() защищенный Метод

Raises the TabMoved event.
protected OnTabMoved ( TabMovedEventArgs e ) : void
e TabMovedEventArgs An TabMovedEventArgs containing event details.
Результат void

OnTabVisibleCountChanged() защищенный Метод

Raises the TabVisibleCountChanged event.
protected OnTabVisibleCountChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event args.
Результат void

OnViewBuilderPropertyChanged() защищенный Метод

Raises the ViewBuilderPropertyChanged event.
protected OnViewBuilderPropertyChanged ( string propertyName ) : void
propertyName string Name of the property that has changed.
Результат void

PageFromPoint() публичный Метод

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.
Результат KryptonPage

PerformCloseAction() публичный Метод

Generates a CloseAction event for a Navigator.
public PerformCloseAction ( ) : CloseButtonAction
Результат CloseButtonAction

PerformCloseAction() публичный Метод

Generates a CloseAction event for a Navigator.
public PerformCloseAction ( KryptonPage page ) : CloseButtonAction
page KryptonPage Page to perform close action on.
Результат CloseButtonAction

PerformContextAction() публичный Метод

Generates a ContextAction event for a Navigator.
public PerformContextAction ( ) : void
Результат void

PerformNeedPagePaint() публичный Метод

Fires the NeedPaint event and also repaints the selected page.
public PerformNeedPagePaint ( bool needLayout ) : void
needLayout bool Does the palette change require a layout.
Результат void

PerformNextAction() публичный Метод

Generates a NextAction event for a Navigator.
public PerformNextAction ( ) : DirectionButtonAction
Результат DirectionButtonAction

PerformPreviousAction() публичный Метод

Generates a PreviousAction event for a Navigator.
public PerformPreviousAction ( ) : DirectionButtonAction
Результат DirectionButtonAction

ProcessCmdKey() защищенный Метод

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.
Результат bool

ProcessDialogKey() защищенный Метод

Processes a dialog key.
protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys One of the Keys values that represents the key to process.
Результат bool

ProcessKeyPreview() защищенный Метод

Previews a keyboard message.
protected ProcessKeyPreview ( Message &m ) : bool
m System.Windows.Forms.Message A Message that represents the window message to process.
Результат bool

ProcessMnemonic() защищенный Метод

Processes a mnemonic character.
protected ProcessMnemonic ( char charCode ) : bool
charCode char The mnemonic character entered.
Результат bool

ResetNavigatorMode() публичный Метод

Resets the Mode property to its default value.
public ResetNavigatorMode ( ) : void
Результат void

SelectNextPage() публичный Метод

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.
Результат bool

SelectNextPage() публичный Метод

Select the next page to the currently selected one.
public SelectNextPage ( bool wrap ) : bool
wrap bool Wrap around end of collection to the start.
Результат bool

SelectPreviousPage() публичный Метод

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.
Результат bool

SelectPreviousPage() публичный Метод

Select the previous page to the currently selected one.
public SelectPreviousPage ( bool wrap ) : bool
wrap bool Wrap around end of collection to the start.
Результат bool

ShowAllPages() публичный Метод

Set the visible state of all the pages in the navigator to showing.
public ShowAllPages ( ) : void
Результат void

ShowAllPages() публичный Метод

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.
Результат void

UpdateGlobalEvents() защищенный Метод

Update global event attachments.
protected UpdateGlobalEvents ( bool attach ) : void
attach bool True if attaching; otherwise false.
Результат void

WndProc() защищенный Метод

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
Результат void