Search
DrawButtonEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of the CustomDraw event of button manipulators.

The following tables list the members exposed by the DrawButtonEventArgs type.

 Public Constructors

  Name Description

DrawButtonEventArgs

Initializes a new instance of the DrawButtonEventArgs class.

 Public Properties

  Name Description

Bounds

Gets the bounding rectangle. (Inherited from DrawManipulatorEventArgs.)

Graphics

Gets the target of the drawing operation. (Inherited from DrawManipulatorEventArgs.)

Manipulator

Gets the related manipulator. (Inherited from DrawManipulatorEventArgs.)

State

Gets the state of the button.

 See Also