ControlHintInfo Constructor

Initializes a new instance of the ControlHintInfo class.

Definition

Namespace: DevCase.Core.Application.Forms
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ControlHintInfo(
	string text,
	Font font,
	Color forecolor,
	ControlHintType hintType
)

Parameters

text  String
The hint text.
font  Font
The text font.
forecolor  Color
The text forecolor.
hintType  ControlHintType
The control-hint type.

See Also