Wimark.Controls Class Library  

HelpProvider.GetShowHelp(Component) Method

Gets a value indicating whether the specified component's help should be displayed.

[Visual Basic]
Overloads Public Function GetShowHelp( _
   ByVal component As Component _
) As Boolean 
[C#]
public bool GetShowHelp( 
   Component component 
);
[C++]
public: bool GetShowHelp( 
   Component* component 
);

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

HelpProvider Class | HelpProvider Members | Wimark.Controls Namespace