NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HelpEventArgs.ContextType

Gets a value indicating whether Help was requested for a menu item or a control.

[Visual Basic]
Public ReadOnly Property ContextType As Integer
[C#]
public int ContextType {get;}
[C++]
public: __property int get_ContextType();
[JScript]
public function get ContextType() : int;

Property Value

An value that specifies whether Help was requested for a menu item or a control.

Remarks

Possible values are HELPINFO_WINDOW and HELPINFO_MENUITEM.

See Also

HelpEventArgs Class | HelpEventArgs Members | System.WinForms Namespace | ContextId | ControlId