Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the coordinates for the control (___location and size).
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public void SetBounds(
int x,
int y,
int width
)
public:
void SetBounds(
int x,
int y,
int width
)
Public Sub SetBounds (
x As Integer,
y As Integer,
width As Integer
)
Parameters
x
Type: System.Int32The value of the x-coordinate in the upper-left corner.
y
Type: System.Int32The value of the y-coordinate in the upper-left corner.
width
Type: System.Int32The width of the control.
See Also
SetBounds Overload
Line Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top