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.ControlId

Gets the identifier of the control or menu item.

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

Property Value

The identifier of the control or menu item.

See Also

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