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