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


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