Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsBackgroundImageSet Method


In This Topic
IsBackgroundImageSet Method
In This Topic
Gets whether the BackgroundImage property is set.
Syntax
'Declaration
 
Public Overridable Function IsBackgroundImageSet() As Boolean
 
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsBackgroundImageSet()
See Also