Sets the inline help up for the control passed across.
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected virtual void SetInlineHelp(
Control control,
string title,
string help
)
Protected Overridable Sub SetInlineHelp (
control As Control,
title As String,
help As String
)
protected:
virtual void SetInlineHelp(
Control^ control,
String^ title,
String^ help
)
abstract SetInlineHelp :
control : Control *
title : string *
help : string -> unit
override SetInlineHelp :
control : Control *
title : string *
help : string -> unit
Parameters
- control
- Type: System.Windows.FormsControl
- title
- Type: SystemString
- help
- Type: SystemString
See Also