C# 클래스 ComponentFactory.Krypton.Navigator.KryptonNavigator

상속: ComponentFactory.Krypton.Toolkit.VisualSimple, IDragTargetProvider
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

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