Spread Windows Forms 12.0 Product Documentation
IsPictureSet Method


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

Return Value

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

Reference

ElementStyle Class
ElementStyle Members
Picture Property