Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripObjects Class / SetClientSizeCore Method

In This Topic
    SetClientSizeCore Method (C1EditorToolStripObjects)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub SetClientSizeCore( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) 
    protected virtual void SetClientSizeCore( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also