Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FontSelector Class / HideImage Property


In This Topic
HideImage Property
In This Topic
Gets or sets whether to hide the image.
Syntax
'Declaration
 
Public Overridable Property HideImage As Boolean
 
'Usage
 
Dim instance As FontSelector
Dim value As Boolean
 
instance.HideImage = value
 
value = instance.HideImage
See Also