Spread for ASP.NET 12 Product Documentation
SetFlag Method (Appearance)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Appearance Class : SetFlag Method
AppearanceProperty
bool
Sets a flag to indicate whether a property has been set.
Syntax
'Declaration
 
Protected Overridable Sub SetFlag( _
   ByVal prop As AppearanceProperty, _
   ByVal f As Boolean _
) 
'Usage
 
Dim instance As Appearance
Dim prop As AppearanceProperty
Dim f As Boolean
 
instance.SetFlag(prop, f)
protected virtual void SetFlag( 
   AppearanceProperty prop,
   bool f
)

Parameters

prop
AppearanceProperty
f
bool
See Also

Reference

Appearance Class
Appearance Members