Spread Windows Forms 12.0 Product Documentation
Applying Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadSkin Class : Applying Property
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;}

Property Value

Boolean: true if skin is applied; false otherwise
See Also

Reference

SpreadSkin Class
SpreadSkin Members