Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / TextIndeterminate Property


In This Topic
TextIndeterminate Property (FpCheckBox)
In This Topic
Gets or sets the text displayed when the state of the check box control is indeterminate.
Syntax
'Declaration
 
Public Overridable Property TextIndeterminate As String
 
'Usage
 
Dim instance As FpCheckBox
Dim value As String
 
instance.TextIndeterminate = value
 
value = instance.TextIndeterminate
See Also