public static void SetHint(
Control ctrl,
ControlHintInfo hintInfo
)
Public Shared Sub SetHint (
ctrl As Control,
hintInfo As ControlHintInfo
)
Dim ctrl As Control
Dim hintInfo As ControlHintInfo
ControlHintManager.SetHint(ctrl, hintInfo)
public:
static void SetHint(
Control^ ctrl,
ControlHintInfo^ hintInfo
)
static member SetHint :
ctrl : Control *
hintInfo : ControlHintInfo -> unit
No code example is currently available or this language may not be supported.
Exception | control-hint text can't be null or empty. |