Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / IsShowPropertyGrid Property


In This Topic
    IsShowPropertyGrid Property
    In This Topic
    Determine current PropertyGrid panel visible status
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsShowPropertyGrid As Boolean
    'Usage
     
    
    Dim instance As DesignerMain
    Dim value As Boolean
     
    value = instance.IsShowPropertyGrid
    public bool IsShowPropertyGrid {get;}
    See Also