Свойство | Type | Description | |
---|---|---|---|
mTotalHeight | int |
Méthode | Description | |
---|---|---|
AddButton ( int size ) : void | ||
AddCollapsibleControl ( int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl | ||
AddCollapsibleControlFor ( Control control, int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl | ||
AddCollapsibleControlForReduced ( Control control, int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl | ||
CollapsibleContainerStrip ( ) : System | ||
GetControlByLabel ( string label ) : Control |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
CollapsibleContainerStrip_ControlRemoved ( object sender, ControlEventArgs e ) : void | ||
CollapsibleContainerStrip_SizeChanged ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnCollapseChange ( object sender, EventArgs e ) : void | ||
UpdatePositions ( ) : void | ||
UpdateScrollBar ( ) : void | ||
vScrollBar1_Scroll ( object sender, ScrollEventArgs e ) : void |
public AddCollapsibleControl ( int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl | ||
expandedHeight | int | |
label | string | |
Résultat | CollapsibleControl |
public AddCollapsibleControlFor ( Control control, int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl | ||
control | Control | |
expandedHeight | int | |
label | string | |
Résultat | CollapsibleControl |
public AddCollapsibleControlForReduced ( Control control, int expandedHeight = 50, string label = "Collapsible Control" ) : CollapsibleControl | ||
control | Control | |
expandedHeight | int | |
label | string | |
Résultat | CollapsibleControl |
public CollapsibleContainerStrip ( ) : System | ||
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public GetControlByLabel ( string label ) : Control | ||
label | string | |
Résultat | Control |