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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

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

보호된 메소드들

메소드 설명
VisualSimpleBase ( ) : System

Initialize a new instance of the VisualSimpleBase 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

VisualSimpleBase() 보호된 메소드

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