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


In This Topic
    IsResizedShowPropertyGrid Property
    In This Topic
    Get or set visible status of PropertyGrid panel with current size
    Syntax
    'Declaration
     
    
    Public Property IsResizedShowPropertyGrid As Boolean
    'Usage
     
    
    Dim instance As DesignerMain
    Dim value As Boolean
     
    instance.IsResizedShowPropertyGrid = value
     
    value = instance.IsResizedShowPropertyGrid
    public bool IsResizedShowPropertyGrid {get; set;}
    See Also