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


In This Topic
Caption Property (FpCheckBox)
In This Topic
Gets or sets the default text displayed in the check box.
Syntax
'Declaration
 
Public Overridable Property Caption As String
 
'Usage
 
Dim instance As FpCheckBox
Dim value As String
 
instance.Caption = value
 
value = instance.Caption
See Also