Wimark.Controls Class Library  

HelpProvider.SetShowHelp(Component, Boolean) Method

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

[Visual Basic]
Overloads Public Sub SetShowHelp( _
   ByVal component As Component, _
   ByVal value As Boolean _
)
 
[C#]
public void SetShowHelp( 
   Component component, 
   bool value 
);
[C++]
public: void SetShowHelp( 
   Component* component, 
   bool value 
);

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