[]
        
(Showing Draft Content)

C1.Win.Ribbon.C1RibbonForm.SetBoundsCore

SetBoundsCore Method

SetBoundsCore(int, int, int, int, BoundsSpecified)

Performs the work of setting the specified bounds of this control.

Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
Type Name Description
int x
int y
int width
int height
BoundsSpecified specified
Overrides