Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / (Global) Namespace / bo Class / SetClientSizeCore Method

In This Topic
    SetClientSizeCore Method (bo)
    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