Gets or sets a value indicating whether the Help event was handled.
[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); [JScript] public function get Handled() : Boolean; public function set Handled(Boolean);
true if the event is handled; otherwise, false. The default is false.
If the event is not handled, it is sent to Windows for default processing.
HelpEventArgs Class | HelpEventArgs Members | System.WinForms Namespace