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

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

Private Properties

프로퍼티 타입 설명
OnCreateControl void
OnKryptonContextMenuDisposed void
ShouldSerializeOverrideFocus bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool
ShouldSerializeStatePressed bool
ShouldSerializeStateSelected bool
ShouldSerializeStateTracking bool
ShouldSerializeToolTipBody bool
ShouldSerializeToolTipImage bool
ShouldSerializeToolTipImageTransparentColor bool
ShouldSerializeToolTipStyle bool
ShouldSerializeToolTipTitle bool

공개 메소드들

메소드 설명
AreFlagsSet ( KryptonPageFlags flags ) : bool

Are all the provided flags set to true.

ClearFlags ( KryptonPageFlags flags ) : void

Sets all the provided flags to false.

GetImageMapping ( MapKryptonPageImage mapping ) : Image

Gets the image that matches the mapping request.

GetTextMapping ( MapKryptonPageText mapping ) : string

Gets the string that matches the mapping request.

KryptonPage ( ) : System

Initialize a new instance of the KryptonPage class.

KryptonPage ( string text ) : System

Initialize a new instance of the KryptonPage class.

KryptonPage ( string text, Image imageSmall, string uniqueName ) : System

Initialize a new instance of the KryptonPage class.

KryptonPage ( string text, string uniqueName ) : System

Initialize a new instance of the KryptonPage class.

ResetImageLarge ( ) : void

Resets the ImageLarge property to its default value.

ResetImageMedium ( ) : void

Resets the ImageMedium property to its default value.

ResetImageSmall ( ) : void

Resets the ImageSmall property to its default value.

ResetInherit ( Control alignControl ) : void

Reset the state palettes so they no longer inherit from external source.

ResetTextDescription ( ) : void

Resets the TextDescription property to its default value.

ResetTextTitle ( ) : void

Resets the TextTitle property to its default value.

ResetToolTipBody ( ) : void

Resets the ToolTipBody property to its default value.

ResetToolTipImage ( ) : void

Resets the ToolTipImage property to its default value.

ResetToolTipImageTransparentColor ( ) : void

Resets the ToolTipImageTransparentColor property to its default value.

ResetToolTipStyle ( ) : void

Resets the ToolTipStyle property to its default value.

ResetToolTipTitle ( ) : void

Resets the ToolTipTitle property to its default value.

ResetUniqueName ( ) : void

Resets the UniqueName property to its default value.

SetFixedState ( PaletteState state ) : void

Fix the control to a particular palette state.

SetFlags ( KryptonPageFlags flags ) : void

Set all the provided flags to true.

SetInherit ( Control alignControl, PaletteNavigatorRedirect common, PaletteNavigator disabled, PaletteNavigator normal, PaletteNavigatorOtherEx tracking, PaletteNavigatorOtherEx pressed, PaletteNavigatorOther selected, PaletteNavigatorOtherRedirect focus ) : void

Define the state to use when inheriting state values.

ToString ( ) : string

Obtains the String representation of this instance.

보호된 메소드들

메소드 설명
OnAppearancePropertyChanged ( string propertyName ) : void

Raises the AppearancePropertyChanged event.

OnAutoHiddenSlideSizeChanged ( EventArgs e ) : void

Raises the AutoHiddenSlideSizeChanged event.

OnDockChanged ( EventArgs e ) : void

Raises the DockChanged event.

OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

OnFlagsChanged ( KryptonPageFlags changed ) : void

Raises the FlagsChanged event.

OnLoad ( EventArgs e ) : void

Raises the Load event.

OnLocationChanged ( EventArgs e ) : void

Raises the LocationChanged event.

OnNeedDisabledPaint ( object sender, NeedLayoutEventArgs e ) : void

Processes the need for a repaint for the disabled palette values.

OnNeedNormalPaint ( object sender, NeedLayoutEventArgs e ) : void

Processes the need for a repaint for the enabled palette values.

OnTabIndexChanged ( EventArgs e ) : void

Raises the TabIndexChanged event.

OnTabStopChanged ( EventArgs e ) : void

Raises the TabStopChanged event.

SetVisibleCore ( bool value ) : void

Sets the control to the specified visible state.

WndProc ( Message &m ) : void

Process Windows-based messages.

비공개 메소드들

메소드 설명
OnCreateControl ( ) : void
OnKryptonContextMenuDisposed ( object sender, EventArgs e ) : void
ShouldSerializeOverrideFocus ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool
ShouldSerializeStatePressed ( ) : bool
ShouldSerializeStateSelected ( ) : bool
ShouldSerializeStateTracking ( ) : bool
ShouldSerializeToolTipBody ( ) : bool
ShouldSerializeToolTipImage ( ) : bool
ShouldSerializeToolTipImageTransparentColor ( ) : bool
ShouldSerializeToolTipStyle ( ) : bool
ShouldSerializeToolTipTitle ( ) : bool

메소드 상세

AreFlagsSet() 공개 메소드

Are all the provided flags set to true.
public AreFlagsSet ( KryptonPageFlags flags ) : bool
flags KryptonPageFlags Flags to test.
리턴 bool

ClearFlags() 공개 메소드

Sets all the provided flags to false.
public ClearFlags ( KryptonPageFlags flags ) : void
flags KryptonPageFlags Flags to set.
리턴 void

GetImageMapping() 공개 메소드

Gets the image that matches the mapping request.
public GetImageMapping ( MapKryptonPageImage mapping ) : Image
mapping MapKryptonPageImage Image mapping.
리턴 Image

GetTextMapping() 공개 메소드

Gets the string that matches the mapping request.
public GetTextMapping ( MapKryptonPageText mapping ) : string
mapping MapKryptonPageText Text mapping.
리턴 string

KryptonPage() 공개 메소드

Initialize a new instance of the KryptonPage class.
public KryptonPage ( ) : System
리턴 System

KryptonPage() 공개 메소드

Initialize a new instance of the KryptonPage class.
public KryptonPage ( string text ) : System
text string Initial text.
리턴 System

KryptonPage() 공개 메소드

Initialize a new instance of the KryptonPage class.
public KryptonPage ( string text, Image imageSmall, string uniqueName ) : System
text string Initial text.
imageSmall Image Initial small image.
uniqueName string Initial unique name.
리턴 System

KryptonPage() 공개 메소드

Initialize a new instance of the KryptonPage class.
public KryptonPage ( string text, string uniqueName ) : System
text string Initial text.
uniqueName string Initial unique name.
리턴 System

OnAppearancePropertyChanged() 보호된 메소드

Raises the AppearancePropertyChanged event.
protected OnAppearancePropertyChanged ( string propertyName ) : void
propertyName string Name of the appearance property that has changed.
리턴 void

OnAutoHiddenSlideSizeChanged() 보호된 메소드

Raises the AutoHiddenSlideSizeChanged event.
protected OnAutoHiddenSlideSizeChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnDockChanged() 보호된 메소드

Raises the DockChanged event.
protected OnDockChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnEnabledChanged() 보호된 메소드

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

OnFlagsChanged() 보호된 메소드

Raises the FlagsChanged event.
protected OnFlagsChanged ( KryptonPageFlags changed ) : void
changed KryptonPageFlags Set of flags that have changed.
리턴 void

OnLoad() 보호된 메소드

Raises the Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnLocationChanged() 보호된 메소드

Raises the LocationChanged event.
protected OnLocationChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnNeedDisabledPaint() 보호된 메소드

Processes the need for a repaint for the disabled palette values.
protected OnNeedDisabledPaint ( object sender, NeedLayoutEventArgs e ) : void
sender object Source of the event.
e ComponentFactory.Krypton.Toolkit.NeedLayoutEventArgs An NeedLayoutEventArgs containing event data.
리턴 void

OnNeedNormalPaint() 보호된 메소드

Processes the need for a repaint for the enabled palette values.
protected OnNeedNormalPaint ( object sender, NeedLayoutEventArgs e ) : void
sender object Source of the event.
e ComponentFactory.Krypton.Toolkit.NeedLayoutEventArgs An NeedLayoutEventArgs containing event data.
리턴 void

OnTabIndexChanged() 보호된 메소드

Raises the TabIndexChanged event.
protected OnTabIndexChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

OnTabStopChanged() 보호된 메소드

Raises the TabStopChanged event.
protected OnTabStopChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void

ResetImageLarge() 공개 메소드

Resets the ImageLarge property to its default value.
public ResetImageLarge ( ) : void
리턴 void

ResetImageMedium() 공개 메소드

Resets the ImageMedium property to its default value.
public ResetImageMedium ( ) : void
리턴 void

ResetImageSmall() 공개 메소드

Resets the ImageSmall property to its default value.
public ResetImageSmall ( ) : void
리턴 void

ResetInherit() 공개 메소드

Reset the state palettes so they no longer inherit from external source.
public ResetInherit ( Control alignControl ) : void
alignControl System.Windows.Forms.Control Only if inherited values are still the same as when the aligned control was set are they reset.
리턴 void

ResetTextDescription() 공개 메소드

Resets the TextDescription property to its default value.
public ResetTextDescription ( ) : void
리턴 void

ResetTextTitle() 공개 메소드

Resets the TextTitle property to its default value.
public ResetTextTitle ( ) : void
리턴 void

ResetToolTipBody() 공개 메소드

Resets the ToolTipBody property to its default value.
public ResetToolTipBody ( ) : void
리턴 void

ResetToolTipImage() 공개 메소드

Resets the ToolTipImage property to its default value.
public ResetToolTipImage ( ) : void
리턴 void

ResetToolTipImageTransparentColor() 공개 메소드

Resets the ToolTipImageTransparentColor property to its default value.
public ResetToolTipImageTransparentColor ( ) : void
리턴 void

ResetToolTipStyle() 공개 메소드

Resets the ToolTipStyle property to its default value.
public ResetToolTipStyle ( ) : void
리턴 void

ResetToolTipTitle() 공개 메소드

Resets the ToolTipTitle property to its default value.
public ResetToolTipTitle ( ) : void
리턴 void

ResetUniqueName() 공개 메소드

Resets the UniqueName property to its default value.
public ResetUniqueName ( ) : void
리턴 void

SetFixedState() 공개 메소드

Fix the control to a particular palette state.
public SetFixedState ( PaletteState state ) : void
state PaletteState Palette state to fix.
리턴 void

SetFlags() 공개 메소드

Set all the provided flags to true.
public SetFlags ( KryptonPageFlags flags ) : void
flags KryptonPageFlags Flags to set.
리턴 void

SetInherit() 공개 메소드

Define the state to use when inheriting state values.
public SetInherit ( Control alignControl, PaletteNavigatorRedirect common, PaletteNavigator disabled, PaletteNavigator normal, PaletteNavigatorOtherEx tracking, PaletteNavigatorOtherEx pressed, PaletteNavigatorOther selected, PaletteNavigatorOtherRedirect focus ) : void
alignControl System.Windows.Forms.Control Control to use when aligning rectangles.
common PaletteNavigatorRedirect State palette for inheriting common values.
disabled PaletteNavigator State palette for inheriting disabled values.
normal PaletteNavigator State palette for inheriting normal values.
tracking PaletteNavigatorOtherEx State palette for inheriting tracking values.
pressed PaletteNavigatorOtherEx State palette for inheriting pressed values.
selected PaletteNavigatorOther State palette for inheriting selected values.
focus PaletteNavigatorOtherRedirect State palette for inheriting focus values.
리턴 void

SetVisibleCore() 보호된 메소드

Sets the control to the specified visible state.
protected SetVisibleCore ( bool value ) : void
value bool true to make the control visible; otherwise, false.
리턴 void

ToString() 공개 메소드

Obtains the String representation of this instance.
public ToString ( ) : string
리턴 string

WndProc() 보호된 메소드

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