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


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