Performs the work of scaling the entire control and any child controls.
[Visual Basic] Overrides Protected Sub ScaleCore( _ ByVal dx As Single, _ ByVal dy As Single _ ) [C#] protected override void ScaleCore( float dx, float dy ); [C++] protected: override void ScaleCore( float dx, float dy ); [JScript] protected override function ScaleCore( dx : float, dy : float );
MDIClient Class | MDIClient Members | System.WinForms Namespace