Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / BorderPriv Property


In This Topic
    BorderPriv Property (SuperEditBase)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Property BorderPriv As IBorder
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As IBorder
     
    instance.BorderPriv = value
     
    value = instance.BorderPriv
    protected virtual IBorder BorderPriv {get; set;}
    See Also