GOA - System.Windows.Forms.MeasureItemEventArgs

MeasureItemEventArgs Class


Provides data for the MeasureItem event of the ListBox, ComboBox and CheckedListBox controls.

Definition

public class MeasureItemEventArgs: EventArgs

Members Table

MethodDescription
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)
MeasureItemEventArgsOverloaded. Initializes a new instance of MeasureItemEventArgs.
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
IndexGets the index of the item for which the height and the width is needed.
ItemHeightGets or sets the height of the item being measured.
ItemWidthGets or sets the width of the item being measured.
VisualGets the Visual object being measured.
FieldDescription
EmptyRepresents an event with no event data. (Inherited from EventArgs)

Inheritance Hierarchy

Object
EventArgs
MeasureItemEventArgs

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.