Spread Windows Forms 12.0 Product Documentation
IsBackColorSet Method (ElementStyle)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsBackColorSet Method
Gets whether the background color (BackColor property) is set.
Syntax
'Declaration
 
Public Overridable Function IsBackColorSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsBackColorSet()
public virtual bool IsBackColorSet()

Return Value

true if the property is set; false otherwise
Remarks
This method determines whether the BackColor property is set.
See Also

Reference

ElementStyle Class
ElementStyle Members
BackColor Property