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


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