Sets the bounds for the client rectangle for the control.
Syntax
'Declaration
Public Overridable Sub SetBoundingRectangle( _
ByVal As Rectangle, _
ByVal As Inset, _
ByVal As Inset _
)
'Usage
Dim instance As ControlBase
Dim ctlRectangle As Rectangle
Dim border As Inset
Dim margin As Inset
instance.SetBoundingRectangle(ctlRectangle, border, margin)
public virtual void SetBoundingRectangle(
Rectangle ,
Inset ,
Inset
)
Parameters
- ctlRectangle
- Client Rectangle
- border
- Border inset
- margin
- Margin inset
See Also