Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / GetClientRectangle Method / GetClientRectangle() Method


In This Topic
    GetClientRectangle() Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetClientRectangle() As Rectangle
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim value As Rectangle
     
    value = instance.GetClientRectangle()
    public virtual Rectangle GetClientRectangle()

    Return Value

    Coordinates of the control
    See Also