Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / BorderPreviewControl Class / CustomBorderInternal Property


In This Topic
    CustomBorderInternal Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property CustomBorderInternal As IBorder
    'Usage
     
    
    Dim instance As BorderPreviewControl
    Dim value As IBorder
     
    instance.CustomBorderInternal = value
     
    value = instance.CustomBorderInternal
    public IBorder CustomBorderInternal {get; set;}
    See Also