Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DropDownControl Class / AnchorClientBounds Property


In This Topic
    AnchorClientBounds Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AnchorClientBounds As Rectangle
    'Usage
     
    
    Dim instance As DropDownControl
    Dim value As Rectangle
     
    value = instance.AnchorClientBounds
    public Rectangle AnchorClientBounds {get;}
    See Also