Method | Description | |
---|---|---|
ExplorerBarItem ( string text, |
Construct an SimpleExplorerBar
|
|
SetHostedControlHeight ( int height ) : void |
|
|
m_button_Click ( object sender, |
Toggle item's expanded state.
|
|
m_button_MouseEnter ( object sender, |
Redraw button in hot state when mouse moves over it.
|
|
m_button_MouseLeave ( object sender, |
Redraw button in normal state when mouse moves leaves it.
|
|
m_button_Paint ( object sender, PaintEventArgs e ) : void |
We don't want a typical looking button. Therefore, draw it ourselves.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
|
Method | Description | |
---|---|---|
DrawButtonBackground ( |
Draws the background of the button.
|
|
DrawExpandCollapseGlyph ( |
Draws the expand or collapse glyph. The glyph drawn depends on the visible state of the hosted control.
|
public ExplorerBarItem ( string text, |
||
text | string | |
hostedControl | ||
return | System |
public SetHostedControlHeight ( int height ) : void | ||
height | int | |
return | void |
public m_button_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
public m_button_MouseEnter ( object sender, |
||
sender | object | |
e | ||
return | void |
public m_button_MouseLeave ( object sender, |
||
sender | object | |
e | ||
return | void |
public m_button_Paint ( object sender, PaintEventArgs e ) : void | ||
sender | object | |
e | PaintEventArgs | |
return | void |