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