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!

BoundsSpecified Enumeration

Specifies the bounds of the control to use when defining a control's size and position.

[Visual Basic]
Public Enum BoundsSpecified
[C#]
public enum BoundsSpecified
[C++]
public enum BoundsSpecified

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

Use the members of this enumeration when calling the SetBoundsCore method of the Control class.

Members

Member Name Description
All Both Location and Size property values are defined.
Height Specifies the height of the control is defined.
Location Both X and Y coordinates of the control are defined.
None No bounds are specified.
Size Both Width and Height property values of the control are defined.
Width Specifies the width of the control is defined.
X Specifies the left edge of the control is defined.
Y Specifies the top edge of the control of the control is defined.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace