Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpBaseStatusBarElement Class / bound Field


In This Topic
    bound Field (FpBaseStatusBarElement)
    In This Topic
    represent the rectangle bounding the eelements
    Syntax
    'Declaration
     
    
    Protected bound As Rectangle
    'Usage
     
    
    Dim instance As FpBaseStatusBarElement
    Dim value As Rectangle
     
    value = instance.bound
     
    instance.bound = value
    protected Rectangle bound
    See Also