Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / Designer Class / StandAlone Property


In This Topic
    StandAlone Property
    In This Topic
    Gets a value indicating whether the Spread Designer works as standalone application.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StandAlone As Boolean
    'Usage
     
    
    Dim instance As Designer
    Dim value As Boolean
     
    value = instance.StandAlone
    public bool StandAlone {get;}
    See Also