Spread Windows Forms 15.0
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
    public virtual bool HideImage {get; set;}
    See Also