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

Set of common helper routines for Docking functionality
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
DockStyleFromDockEdge ( DockingEdge edge, bool opposite ) : DockStyle

Convert from DockEdge to DockStyle enumeration value.

InnerRectangle ( Control c ) : Rectangle

Find the inner space that occupied by the edge docking controls.

OrientationFromDockEdge ( DockingEdge edge ) : Orientation

Convert the DockEdge to Orientation enumeration value.

메소드 상세

DockStyleFromDockEdge() 공개 정적인 메소드

Convert from DockEdge to DockStyle enumeration value.
public static DockStyleFromDockEdge ( DockingEdge edge, bool opposite ) : DockStyle
edge DockingEdge DockEdge value to convert.
opposite bool Should the separator be docked against the opposite edge.
리턴 DockStyle

InnerRectangle() 공개 정적인 메소드

Find the inner space that occupied by the edge docking controls.
public static InnerRectangle ( Control c ) : Rectangle
c System.Windows.Forms.Control Reference to control.
리턴 System.Drawing.Rectangle

OrientationFromDockEdge() 공개 정적인 메소드

Convert the DockEdge to Orientation enumeration value.
public static OrientationFromDockEdge ( DockingEdge edge ) : Orientation
edge DockingEdge DockEdge value to convert.
리턴 Orientation