PageInlineHelp Constructor |
Creates a new object.
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public InlineHelp(
string title,
string help
)
Public Sub New (
title As String,
help As String
)
public:
InlineHelp(
String^ title,
String^ help
)
new :
title : string *
help : string -> InlineHelp
Parameters
- title
- Type: SystemString
- help
- Type: SystemString
See Also