Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DropDownControl Class / DesignView Property


In This Topic
    DesignView Property
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Property DesignView As Boolean
    'Usage
     
    
    Dim instance As DropDownControl
    Dim value As Boolean
     
    instance.DesignView = value
     
    value = instance.DesignView
    protected bool DesignView {get; set;}
    See Also