C# Класс ComponentFactory.Krypton.Toolkit.KryptonGroup

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

Private Properties

Свойство Тип Описание
CreateControlsInstance System.Windows.Forms.Control.ControlCollection
OnGroupPanelPaint void
ResetGroupBackStyle void
ResetGroupBorderStyle void
ShouldSerializeGroupBackStyle bool
ShouldSerializeGroupBorderStyle bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

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

Метод Описание
GetPreferredSize ( Size proposedSize ) : Size

Get the preferred size of the control based on a proposed size.

KryptonGroup ( ) : System

Initialize a new instance of the KryptonGroup class.

SetFixedState ( PaletteState state ) : void

Fix the control to a particular palette state.

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

Метод Описание
ForceControlLayout ( ) : void

Force the layout logic to size and position the panels.

OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

OnHandleCreated ( EventArgs e ) : void

Raises the HandleCreated event.

OnInitialized ( EventArgs e ) : void

Raises the Initialized event.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

Raises the Layout event.

OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void

Processes a notification from palette storage of a paint and optional layout required.

OnResize ( EventArgs e ) : void

Raises the Resize event.

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

Метод Описание
CreateControlsInstance ( ) : Control.ControlCollection
OnGroupPanelPaint ( object sender, NeedLayoutEventArgs e ) : void
ResetGroupBackStyle ( ) : void
ResetGroupBorderStyle ( ) : void
ShouldSerializeGroupBackStyle ( ) : bool
ShouldSerializeGroupBorderStyle ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool

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

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

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

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

Get the preferred size of the control based on a proposed size.
public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size Starting size proposed by the caller.
Результат System.Drawing.Size

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

Initialize a new instance of the KryptonGroup class.
public KryptonGroup ( ) : System
Результат System

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

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

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

Raises the HandleCreated event.
protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs An EventArgs containing 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 An EventArgs that contains the event data.
Результат void

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

Processes a notification from palette storage of a paint and optional layout required.
protected OnNeedPaint ( object sender, NeedLayoutEventArgs e ) : void
sender object Source of notification.
e NeedLayoutEventArgs An NeedLayoutEventArgs containing event data.
Результат void

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

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

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

Fix the control to a particular palette state.
public SetFixedState ( PaletteState state ) : void
state PaletteState Palette state to fix.
Результат void