Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / GetClientRectangle Method / GetClientRectangle(Rectangle) Method


In This Topic
GetClientRectangle(Rectangle) Method
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Overloads Overrides Function GetClientRectangle( _
   ByVal rectInput As Rectangle _
) As Rectangle
 
'Usage
 
Dim instance As ElementWithButtons
Dim rectInput As Rectangle
Dim value As Rectangle
 
value = instance.GetClientRectangle(rectInput)

Parameters

rectInput
See Also