Wimark.Controls Class Library  

DataGridViewCellPaintEventArgs.Handled Property

Gets or sets a value indicating whether the event handler has completely handled the event or whether the system should continue its own paint processing.

[Visual Basic]
Public Property Handled As Boolean 
[C#]
public bool Handled {get; set;}
[C++]
public: __property bool get_Handled();
public: __property void set_Handled(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCellPaintEventArgs Class | DataGridViewCellPaintEventArgs Members | Wimark.Controls Namespace