BorderStyle Property
   Windows - Visual C++
Stock Property
   Description
   The BorderStyle property returns or 
   sets the border style of the control.
   Syntax
   short value = GetBorderStyle();
   void SetBorderStyle(short value);
The BorderStyle syntax has these parts:
| Part | Description | |
| value | A value indicating the border style, as described in Remarks. | |
   Remarks
   The BorderStyle property settings are:
| Setting | Description | 
| 0 | No border | 
| 1 | Normal border | 
Back to: Feed Properties Headline Properties Quote Properties Story Properties