Свойство | Тип | Описание | |
---|---|---|---|
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 ( |
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 ( |
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 ( |
Raises the AutoHiddenSlideSizeChanged event.
|
|
OnDockChanged ( |
Raises the DockChanged event.
|
|
OnEnabledChanged ( |
Raises the EnabledChanged event.
|
|
OnFlagsChanged ( KryptonPageFlags changed ) : void |
Raises the FlagsChanged event.
|
|
OnLoad ( |
Raises the Load event.
|
|
OnLocationChanged ( |
Raises the LocationChanged event.
|
|
OnNeedDisabledPaint ( object sender, |
Processes the need for a repaint for the disabled palette values.
|
|
OnNeedNormalPaint ( object sender, |
Processes the need for a repaint for the enabled palette values.
|
|
OnTabIndexChanged ( |
Raises the TabIndexChanged event.
|
|
OnTabStopChanged ( |
Raises the TabStopChanged event.
|
|
SetVisibleCore ( bool value ) : void |
Sets the control to the specified visible state.
|
|
WndProc ( |
Process Windows-based messages.
|
Метод | Описание | |
---|---|---|
OnCreateControl ( ) : void | ||
OnKryptonContextMenuDisposed ( object sender, |
||
ShouldSerializeOverrideFocus ( ) : bool | ||
ShouldSerializeStateCommon ( ) : bool | ||
ShouldSerializeStateDisabled ( ) : bool | ||
ShouldSerializeStateNormal ( ) : bool | ||
ShouldSerializeStatePressed ( ) : bool | ||
ShouldSerializeStateSelected ( ) : bool | ||
ShouldSerializeStateTracking ( ) : bool | ||
ShouldSerializeToolTipBody ( ) : bool | ||
ShouldSerializeToolTipImage ( ) : bool | ||
ShouldSerializeToolTipImageTransparentColor ( ) : bool | ||
ShouldSerializeToolTipStyle ( ) : bool | ||
ShouldSerializeToolTipTitle ( ) : bool |
public AreFlagsSet ( KryptonPageFlags flags ) : bool | ||
flags | KryptonPageFlags | Flags to test. |
Результат | bool |
public ClearFlags ( KryptonPageFlags flags ) : void | ||
flags | KryptonPageFlags | Flags to set. |
Результат | void |
public GetImageMapping ( MapKryptonPageImage mapping ) : Image | ||
mapping | MapKryptonPageImage | Image mapping. |
Результат | Image |
public GetTextMapping ( MapKryptonPageText mapping ) : string | ||
mapping | MapKryptonPageText | Text mapping. |
Результат | string |
public KryptonPage ( string text ) : System | ||
text | string | Initial text. |
Результат | System |
public KryptonPage ( string text, Image imageSmall, string uniqueName ) : System | ||
text | string | Initial text. |
imageSmall | Image | Initial small image. |
uniqueName | string | Initial unique name. |
Результат | System |
public KryptonPage ( string text, string uniqueName ) : System | ||
text | string | Initial text. |
uniqueName | string | Initial unique name. |
Результат | System |
protected OnAppearancePropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of the appearance property that has changed. |
Результат | void |
protected OnAutoHiddenSlideSizeChanged ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnDockChanged ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnEnabledChanged ( |
||
e | An EventArgs that contains the event data. | |
Результат | void |
protected OnFlagsChanged ( KryptonPageFlags changed ) : void | ||
changed | KryptonPageFlags | Set of flags that have changed. |
Результат | void |
protected OnLoad ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnLocationChanged ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnNeedDisabledPaint ( object sender, |
||
sender | object | Source of the event. |
e | An NeedLayoutEventArgs containing event data. | |
Результат | void |
protected OnNeedNormalPaint ( object sender, |
||
sender | object | Source of the event. |
e | An NeedLayoutEventArgs containing event data. | |
Результат | void |
protected OnTabIndexChanged ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
protected OnTabStopChanged ( |
||
e | An EventArgs containing the event data. | |
Результат | void |
public ResetInherit ( |
||
alignControl | Only if inherited values are still the same as when the aligned control was set are they reset. | |
Результат | void |
public ResetToolTipImageTransparentColor ( ) : void | ||
Результат | void |
public SetFixedState ( PaletteState state ) : void | ||
state | PaletteState | Palette state to fix. |
Результат | void |
public SetFlags ( KryptonPageFlags flags ) : void | ||
flags | KryptonPageFlags | Flags to set. |
Результат | void |
public SetInherit ( |
||
alignControl | Control to use when aligning rectangles. | |
common | State palette for inheriting common values. | |
disabled | State palette for inheriting disabled values. | |
normal | State palette for inheriting normal values. | |
tracking | State palette for inheriting tracking values. | |
pressed | State palette for inheriting pressed values. | |
selected | PaletteNavigatorOther | State palette for inheriting selected values. |
focus | State palette for inheriting focus values. | |
Результат | void |
protected SetVisibleCore ( bool value ) : void | ||
value | bool | true to make the control visible; otherwise, false. |
Результат | void |
protected WndProc ( |
||
m | A Windows-based message. | |
Результат | void |