Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpProgress Class / ShowText Property


In This Topic
ShowText Property (FpProgress)
In This Topic
Gets or sets whether the percentage displays as text inside the progress indicator.
Syntax
'Declaration
 
Public Property ShowText As Boolean
 
'Usage
 
Dim instance As FpProgress
Dim value As Boolean
 
instance.ShowText = value
 
value = instance.ShowText
See Also