SetClientSizeCore Method (C1RibbonForm)
In This Topic
Sets the size of the client area of the control.
Syntax
'Declaration
Protected Overrides Sub SetClientSizeCore( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
protected override void SetClientSizeCore(
System.int ,
System.int
)
Parameters
- x
- y
See Also