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

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

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