Property | Type | Description | |
---|---|---|---|
DefaultPadding | int | ||
DefaultSpacing | int |
Property | Type | Description | |
---|---|---|---|
mPadding | int | ||
mSpacing | int | ||
x | int | ||
y | int |
Method | Description | |
---|---|---|
ControlBox ( ) : System | ||
ControlBox ( int Spacing, int Padding ) : System | ||
LayoutControls ( ) : void |
Method | Description | |
---|---|---|
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void | ||
OnControlRemoved ( System e ) : void | ||
OnVisibleChanged ( System e ) : void | ||
Shift ( |
||
TraitsFor ( |
Method | Description | |
---|---|---|
LayoutIfVisible ( ) : void | ||
LayoutIfVisible ( object sender, |
public ControlBox ( int Spacing, int Padding ) : System | ||
Spacing | int | |
Padding | int | |
return | System |
protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void | ||
e | System.Windows.Forms.ControlEventArgs | |
return | void |
protected OnControlRemoved ( System e ) : void | ||
e | System | |
return | void |
protected OnVisibleChanged ( System e ) : void | ||
e | System | |
return | void |
protected abstract Shift ( |
||
Subject | ||
return | void |
protected abstract TraitsFor ( |
||
Subject | ||
Primary | int | |
Secondary | int | |
return | void |