OlBorderStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the border of a control is rendered.
public enum class OlBorderStyle
[System.Runtime.InteropServices.Guid("0B17239E-C724-444B-ACB1-579893197A3C")]
public enum OlBorderStyle
Public Enum OlBorderStyle
- Inheritance
-
OlBorderStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
olBorderStyleNone | 0 | The control is rendered without any border. |
olBorderStyleSingle | 1 | The control is rendered with a single-line border. |