NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.SetSize

Sets the size of this control.

[Visual Basic]
Public Sub SetSize( _
   ByVal width As Integer, _
   ByVal height As Integer _
)
[C#]
public void SetSize(
   int width,
   int height
);
[C++]
public: void SetSize(
   int width,
   int height
);
[JScript]
public function SetSize(
   width : int,
   height : int
);

Parameters

width
new size of this control.
height
new size of this control.

See Also

Control Class | Control Members | System.WinForms Namespace | SetBounds