Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsPictureSet Method


In This Topic
    IsPictureSet Method
    In This Topic
    Gets whether the 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()
    See Also