Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtPioGrbit Class / fCtl Property


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