public sealed class ControlHintManager
Public NotInheritable Class ControlHintManager
Dim instance As ControlHintManager
public ref class ControlHintManager sealed
[<SealedAttribute>]
type ControlHintManager = class end
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
Dim hintInfo1 As New ControlHintInfo("I'm a persistent hint.", Nothing,
Color.Gray, ControlHintType.Normal)
Dim hintInfo2 As New ControlHintInfo("I've set this hint on multiple controls at once!", Nothing,
Color.Gray, ControlHintType.Normal)
Dim hintInfo3 As New ControlHintInfo("Write something here...", New Font("lucida console", 15),
Color.YellowGreen, ControlHintType.Normal)
SetHint(TextBox1, hintInfo1)
SetHint({TextBox2, TextBox3}, hintInfo2)
SetHint(RichTextBox1, hintInfo3)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
ControlHints | Gets the control-hints that has been created. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
RemoveHint(Control) | Removes a control-hint from a control. |
RemoveHint(Control) | Removes a control-hint from a control. |
SetHint(Control, ControlHintInfo) | Sets a new control-hint for an specific control. |
SetHint(Control, ControlHintInfo) | Sets a new control-hint for multiple controls at once. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
CanConvertTo |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
CanConvertToT |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions) |
IsDisposable |
Determines whether the specified object is a disposable type
(i.e., it implements IDisposable interface).
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
ThrowIfNullTException |
Throws the specified exception if the source object is null.
(Defined by ObjectExtensions) |