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.
The FrameStyle enumeration is used by the DrawReversibleFrame method. DrawReversibleFrame is used when selecting objects or during drag and drop operations.
Member Name | Description |
---|---|
Dashed | A thin, dashed border. |
Thick | A thick, solid border. |
Namespace: System.WinForms
Assembly: System.WinForms.dll
System.WinForms Namespace | DrawReversibleFrame | System.WinForms.Design.ComponentTray | System.WinForms.Design.ParentControlDesigner | System.WinForms.Design.OleDragDropHandler