GalleryItemCustomDrawEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
Gallery |
Initializes a new instance of the Gallery |
#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 | Gets the bounding rectangle of the Gallery item currently being painted. |
Cache | Gets an object which specifies the storage for the most used pens, fonts and brushes. |
Gallery |
Gets the Gallery that contains the processed Gallery item.
Inherited from Gallery |
Handled | Gets or sets whether an event was handled. If it was handled default painting isn’t required. |
In |
For In-Ribbon galleries, gets the bar item link that displays the current gallery.
Inherited from Gallery |
Item |
Gets the Gallery item currently being processed.
Inherited from Gallery |
Item |
Gets the information which is required to paint a Gallery item. |
#Methods
Name | Description |
---|---|
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. |
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