Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / Applying Property


In This Topic
    Applying Property (SpreadSkin)
    In This Topic
    Returns true if the skin is being applied to an FpSpread or SheetView object.
    Syntax
    'Declaration
     
    
    Protected Property Applying As Boolean
    'Usage
     
    
    Dim instance As SpreadSkin
    Dim value As Boolean
     
    instance.Applying = value
     
    value = instance.Applying
    protected bool Applying {get; set;}
    See Also