CurrentHintTextColor Property (C1TextBox)
In This Topic
Syntax
'Declaration
Public ReadOnly Property CurrentHintTextColor As Integer
'Usage
Dim instance As C1TextBox
Dim value As Integer
value = instance.CurrentHintTextColor
public int CurrentHintTextColor {get;}
See Also