Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsForegroundImageSet Method


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