BarItemCustomDrawEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
Bar |
Initializes a new instance of the Bar |
Bar |
Initializes a new instance of the Bar |
Bar |
Initializes a new instance of the Bar |
#Fields
Name | Description |
---|---|
Empty static |
Provides a value to use with events that do not have event data.
Inherited from Event |
#Properties
Name | Description |
---|---|
Bounds | Returns this bar item link’s bounds. |
Cache | Provides access to this bar item link’s graphics cache. |
Draw |
Gets whether or not this bar item link should display only its caption. |
Drop |
Gets the area occupied by the drop-down menu for this bar item link. |
Glyph | Gets the icon that should be displayed for this bar item link by default. |
Glyph |
Gets the area occupied by this bar item link’s default icon. |
Graphics | Provides access to the Graphics object associated with this bar item link. |
Handled | Gets or sets whether or not this item link is painted manually. |
Link |
Specifies the info for the bar item link related to this event. |
Ribbon |
Specifies the info for the ribbon item related to this event. |
Should |
Gets whether or not this bar item link should display a check box. |
Should |
Gets whether or not this bar item link should display its drop-down menu by default. |
Should |
Gets whether or not this bar item link should display an editor. |
State | Gets the current bar item link state (normal, selected, pressed, checked, disabled etc.). |
Text | Gets the default text that should be displayed by this bar item link. |
Text |
Gets the area occupied by this bar item link’s default text. |
#Methods
Name | Description |
---|---|
Draw() | Draws the related item link entirely with its default appearance. |
Draw |
Draws a drop-down arrow with its default appearance. |
Draw |
Draws the default background for the current bar item link. |
Draw |
Draws a border with its default appearance. |
Draw |
Draws a checkbox with its default appearance for this bar item link. |
Draw |
Draws the default background for this bar item link’s drop-down menu. |
Draw |
Draws a required editor with default appearance settings within this bar item link. |
Draw |
Draws the default icon for this bar item link. |
Draw |
Paints the required HTML template inside an element that raised this event. The context parameter allows you to assign an object that transfers mouse events to template elements. |
Draw |
Paints the required HTML template inside an element that raised this event. |
Draw |
Draws the default text for this bar item link. |
Draw |
Draws the default text with custom appearance settings for this bar item link. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also