Method | Description | |
---|---|---|
Paint ( DevComponents.DotNetBar.ItemPaintArgs e ) : void |
Override the paint to make this item very distict from other menu items.
|
|
RecalcSize ( ) : void |
When the font for the item is not the default font, then calclate our height based on the height of the font, plus 10% more for some padding.
|
|
SilButtonItem ( ) : System |
Constructor for SilButtonItem
|
|
SilButtonItem ( string name ) : System |
Constructor for SilButtonItem
|
|
SilButtonItem ( string name, string text ) : System |
Constructor for SilButtonItem
|
public Paint ( DevComponents.DotNetBar.ItemPaintArgs e ) : void | ||
e | DevComponents.DotNetBar.ItemPaintArgs | |
return | void |
public SilButtonItem ( string name ) : System | ||
name | string | |
return | System |
public SilButtonItem ( string name, string text ) : System | ||
name | string | |
text | string | |
return | System |