Version

DrawValueListItemEventArgs Class Members

The following tables list the members exposed by DrawValueListItemEventArgs.

Public Constructors
 NameDescription
Public ConstructorDrawValueListItemEventArgs ConstructorCreates a new instance of the DrawValueListItemEventArgs class  
Public Properties
 NameDescription
Public PropertyCheckBoxBoundsReturns a Rectangle which defines the area in which the item's text and image should be drawn  
Public PropertyDoDefaultDrawingGets/sets whether the ValueListItem is being custom drawn  
Public PropertyDrawItemEventArgsThe DrawItemEventArgs associated with this draw operation  
Public PropertyDrawParamsThe UIElementDrawParams used to provide rendering information.  
Public PropertyResolvedAppearanceGets/sets the resolved Appearance that will be applied to the ValueListItem when it is custom drawn.  
Public PropertyTextAndImageAreaBoundsReturns a Rectangle which defines the area in which the item's text and image should be drawn.  
Public PropertyValueListItemThe ValueListItem that will be drawn  
See Also