Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DropDownControl Class / GetDropDownBounds Method


In This Topic
    GetDropDownBounds Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetDropDownBounds() As Rectangle
    'Usage
     
    
    Dim instance As DropDownControl
    Dim value As Rectangle
     
    value = instance.GetDropDownBounds()
    protected virtual Rectangle GetDropDownBounds()
    See Also