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

Gets the control or menu item that the user wants Help with.

[Visual Basic]
Public ReadOnly Property Component As IComponent
[C#]
public IComponent Component {get;}
[C++]
public: __property IComponent* get_Component();
[JScript]
public function get Component() : IComponent;

Property Value

The control or menu item that the user wants Help with.

See Also

HelpEventArgs Class | HelpEventArgs Members | System.WinForms Namespace