Method | Description | |
---|---|---|
Add ( string text, |
Adds an ExplorerBarItem with the specified text and hosting the specified control.
|
|
Add ( |
Adds the specified item to the item collection.
|
|
HandleItemExpandingOrCollapsing ( object sender, |
Handles an item expanding or collapsing.
|
|
Remove ( |
Removes the specified item from the collection of items.
|
|
Remove ( int index ) : void |
Removes from the item collection the item at the specified index.
|
|
SimpleExplorerBar ( ) : System |
Constructs a SimpleExplorerBar object.
|
|
item_SizeChanged ( object sender, |
Handles the SizeChanged event for the ExplorerBarItems.
|
Method | Description | |
---|---|---|
ManageVScrollBar ( ) : void |
Manages the visibility and enabled state of the vertical scroll bar.
|
public Add ( string text, |
||
text | string | |
control | ||
return |
public HandleItemExpandingOrCollapsing ( object sender, |
||
sender | object | |
e | ||
return | void |
public Remove ( |
||
item | ||
return | void |
public item_SizeChanged ( object sender, |
||
sender | object | |
e | ||
return | void |