Creates a new DrawItemEventArgs with the given parameters.
[Visual Basic] Public Sub New( _ ByVal graphics As Graphics, _ ByVal font As Font, _ ByVal rect As Rectangle, _ ByVal index As Integer, _ ByVal state As DrawItemState _ ) [C#] public DrawItemEventArgs( Graphics graphics, Font font, Rectangle rect, int index, DrawItemState state ); [C++] public: DrawItemEventArgs( Graphics* graphics, Font* font, Rectangle rect, int index, DrawItemState state ); [JScript] public function DrawItemEventArgs( graphics : Graphics, font : Font, rect : Rectangle, index : int, state : DrawItemState );
DrawItemEventArgs Class | DrawItemEventArgs Members | System.WinForms Namespace