Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / Capture Property


In This Topic
    Capture Property
    In This Topic
    Internal use only. Gets or sets whether to capture.
    Syntax
    'Declaration
     
    
    Public Shadows Property Capture As Boolean
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    instance.Capture = value
     
    value = instance.Capture
    public new bool Capture {get; set;}
    See Also