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!

FrameStyle Enumeration

Specifies the frame style of the selected control.

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

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

Remarks

The FrameStyle enumeration is used by the DrawReversibleFrame method. DrawReversibleFrame is used when selecting objects or during drag and drop operations.

Members

Member Name Description
Dashed A thin, dashed border.
Thick A thick, solid border.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | DrawReversibleFrame | System.WinForms.Design.ComponentTray | System.WinForms.Design.ParentControlDesigner | System.WinForms.Design.OleDragDropHandler