[]
        
(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)
Protected Overrides Sub SetBoundsCore(x As Integer, y As Integer, width As Integer, height As Integer, specified As BoundsSpecified)
Parameters
Type Name Description
int x
int y
int width
int height
BoundsSpecified specified
Overrides