public static void SetHint(
Control[] controls,
ControlHintInfo hintInfo
)
Public Shared Sub SetHint (
controls As Control(),
hintInfo As ControlHintInfo
)
Dim controls As Control()
Dim hintInfo As ControlHintInfo
ControlHintManager.SetHint(controls, hintInfo)
public:
static void SetHint(
array<Control^>^ controls,
ControlHintInfo^ hintInfo
)
static member SetHint :
controls : Control[] *
hintInfo : ControlHintInfo -> unit
No code example is currently available or this language may not be supported.