C# 클래스 Selene.Winforms.Ordering.ControlVBox

상속: ControlBox
파일 보기 프로젝트 열기: TobiasKappe/Selene 1 사용 예제들

공개 메소드들

메소드 설명
ControlVBox ( ) : System
ControlVBox ( int Spacing, int Padding ) : System

보호된 메소드들

메소드 설명
Shift ( Control Subject ) : void
TraitsFor ( Control Subject, int &Primary, int &Secondary ) : void

메소드 상세

ControlVBox() 공개 메소드

public ControlVBox ( ) : System
리턴 System

ControlVBox() 공개 메소드

public ControlVBox ( int Spacing, int Padding ) : System
Spacing int
Padding int
리턴 System

Shift() 보호된 메소드

protected Shift ( Control Subject ) : void
Subject System.Windows.Forms.Control
리턴 void

TraitsFor() 보호된 메소드

protected TraitsFor ( Control Subject, int &Primary, int &Secondary ) : void
Subject System.Windows.Forms.Control
Primary int
Secondary int
리턴 void