C# 클래스 ComponentFactory.Krypton.Toolkit.KryptonBorderEdge

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

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