C# 클래스 ComponentFactory.Krypton.Docking.KryptonAutoHiddenPanel

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

공개 메소드들

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

Retrieves the size of a rectangular area into which a control can be fitted.

KryptonAutoHiddenPanel ( DockingEdge edge ) : System

Initialize a new instance of the KryptonAutoHiddenPanel class.

메소드 상세

GetPreferredSize() 공개 메소드

Retrieves the size of a rectangular area into which a control can be fitted.
public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size
리턴 System.Drawing.Size

KryptonAutoHiddenPanel() 공개 메소드

Initialize a new instance of the KryptonAutoHiddenPanel class.
public KryptonAutoHiddenPanel ( DockingEdge edge ) : System
edge DockingEdge Docking edge being managed.
리턴 System