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

상속: VisualControl
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetPreferredSize ( Size proposedSize ) : Size

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

보호된 메소드들

메소드 설명
VisualSimple ( ) : System

Initialize a new instance of the VisualSimple class.

메소드 상세

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

VisualSimple() 보호된 메소드

Initialize a new instance of the VisualSimple class.
protected VisualSimple ( ) : System
리턴 System