Click or drag to resize
PageSetInlineHelp Method
Sets the inline help up for the control passed across.

Namespace: VirtualRadar.WinForms.SettingPage
Assembly: 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
)

Parameters

control
Type: System.Windows.FormsControl
title
Type: SystemString
help
Type: SystemString
See Also