Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / IsDefaultBorder Method
Border


In This Topic
    IsDefaultBorder Method
    In This Topic
    Gets whether the default border.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsDefaultBorder( _
       ByVal border As IBorder _
    ) As Boolean
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim border As IBorder
    Dim value As Boolean
     
    value = instance.IsDefaultBorder(border)
    protected virtual bool IsDefaultBorder( 
       IBorder border
    )

    Parameters

    border
    Border
    See Also