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


In This Topic
    StandAlone Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property StandAlone As Boolean
    'Usage
     
    
    Dim instance As DesignerMain
    Dim value As Boolean
     
    instance.StandAlone = value
     
    value = instance.StandAlone
    public bool StandAlone {get; set;}
    See Also