SetBoundsCore Method (C1RibbonForm)
In This Topic
Performs the work of setting the specified bounds of this control.
Syntax
'Declaration
Protected Overrides Sub SetBoundsCore( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Windows.Forms.BoundsSpecified _
)
protected override void SetBoundsCore(
System.int ,
System.int ,
System.int ,
System.int ,
System.Windows.Forms.BoundsSpecified
)
Parameters
- x
- y
- width
- height
- specified
See Also