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

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

Private Properties

Свойство Тип Описание
ResetBorderStyle void
ShouldSerializeBorderStyle bool
ShouldSerializeStateCommon bool
ShouldSerializeStateDisabled bool
ShouldSerializeStateNormal bool

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

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

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

KryptonBorderEdge ( ) : System

Initialize a new instance of the KryptonBorderEdge class.

SetFixedState ( PaletteState state ) : void

Fix the control to a particular palette state.

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

Метод Описание
OnEnabledChanged ( EventArgs e ) : void

Raises the EnabledChanged event.

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

Метод Описание
ResetBorderStyle ( ) : void
ShouldSerializeBorderStyle ( ) : bool
ShouldSerializeStateCommon ( ) : bool
ShouldSerializeStateDisabled ( ) : bool
ShouldSerializeStateNormal ( ) : bool

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

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

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

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

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

Raises the EnabledChanged event.
protected OnEnabledChanged ( 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