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

상속: System.Windows.Forms.UserControl, IControlBox
파일 보기 프로젝트 열기: TobiasKappe/Selene

공개 프로퍼티들

프로퍼티 타입 설명
DefaultPadding int
DefaultSpacing int

보호된 프로퍼티들

프로퍼티 타입 설명
mPadding int
mSpacing int
x int
y int

공개 메소드들

메소드 설명
ControlBox ( ) : System
ControlBox ( int Spacing, int Padding ) : System
LayoutControls ( ) : void

보호된 메소드들

메소드 설명
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
OnControlRemoved ( System e ) : void
OnVisibleChanged ( System e ) : void
Shift ( Control Subject ) : void
TraitsFor ( Control Subject, int &Primary, int &Secondary ) : void

비공개 메소드들

메소드 설명
LayoutIfVisible ( ) : void
LayoutIfVisible ( object sender, EventArgs e ) : void

메소드 상세

ControlBox() 공개 메소드

public ControlBox ( ) : System
리턴 System

ControlBox() 공개 메소드

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

LayoutControls() 공개 메소드

public LayoutControls ( ) : void
리턴 void

OnControlAdded() 보호된 메소드

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
리턴 void

OnControlRemoved() 보호된 메소드

protected OnControlRemoved ( System e ) : void
e System
리턴 void

OnVisibleChanged() 보호된 메소드

protected OnVisibleChanged ( System e ) : void
e System
리턴 void

Shift() 보호된 추상적인 메소드

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

TraitsFor() 보호된 추상적인 메소드

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

프로퍼티 상세

DefaultPadding 공개적으로 정적으로 프로퍼티

public static int DefaultPadding
리턴 int

DefaultSpacing 공개적으로 정적으로 프로퍼티

public static int DefaultSpacing
리턴 int

mPadding 보호되어 있는 프로퍼티

protected int mPadding
리턴 int

mSpacing 보호되어 있는 프로퍼티

protected int mSpacing
리턴 int

x 보호되어 있는 프로퍼티

protected int x
리턴 int

y 보호되어 있는 프로퍼티

protected int y
리턴 int