GOA - System.Windows.Forms.DrawItemEventArgs

DrawItemEventArgs Class


Provides data for the DrawItem event.

Definition

public class DrawItemEventArgs: EventArgs

Members Table

MethodDescription
DrawBackgroundDraws the background within the bounds specified in the DrawItemEventArgs constructor and with the appropriate color.
DrawFocusRectangleDraws a rectangle which focuses on the item being drawn.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
BackColorGets the background color of the item that is being drawn.
BoundsGets the rectangle that represents the bounds of the item that is being drawn.
FontGets the font assigned to the item being drawn.
ForeColorGets the foreground color of the item being drawn.
IndexGets the index value of the item that is being drawn.
StateGets the state of the item being drawn.
VisualGets the visual element of the item being drawn.
FieldDescription
EmptyRepresents an event with no event data. (Inherited from EventArgs)

Inheritance Hierarchy

Object
EventArgs
DrawItemEventArgs

Class Information

NamespaceSystem.Windows.Forms
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.