Side Enumeration
Specifies values representing the sides of a control.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration Side
'Usage
Dim instance As Side
[FlagsAttribute]
public enum Side
[FlagsAttribute]
public enum class Side
[<FlagsAttribute>]
type Side
public enum Side
Members
Member name | Description | |
---|---|---|
None | Specifies no sides of the control. | |
Left | Specifies the left side of the control. | |
Top | Specifies the top side of the control. | |
Right | Specifies the right side of the control. | |
Bottom | Specifies the bottom side of the control. | |
All | Specifies all sides of the control. |