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!

BorderStyle Enumeration

Specifies the border style for a control or form.

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

[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 to set the border style for controls that have a changeable border.

Members

Member Name Description
Fixed3D A three-dimensional border.
FixedSingle A single-line border.
None No border.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace