GetAdjustedClientRectangle Method (FpMultiOption)
Returns the adjusted client rectangle for the control.
'Declaration
Public Overridable Function GetAdjustedClientRectangle( _
ByVal As Rectangle, _
ByVal As Inset, _
ByVal As Inset _
) As Rectangle
'Usage
Dim instance As FpMultiOption
Dim ctlRectangle As Rectangle
Dim border As Inset
Dim margin As Inset
Dim value As Rectangle
value = instance.GetAdjustedClientRectangle(ctlRectangle, border, margin)
Parameters
- ctlRectangle
- Client Rectangle
- border
- Border inset
- margin
- Margin inset