FormDropDialogButtonControl.border Method
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.
Overloads
border() |
Gets or sets the style of the borderline of the control. |
border(Int32) |
border()
Gets or sets the style of the borderline of the control.
public:
virtual int border();
public virtual int border ();
abstract member border : unit -> int
override this.border : unit -> int
Public Overridable Function border () As Integer
Returns
An integer between zero and four, inclusive.
Remarks
The integer that is returned contains the style of the borderline of the control as follows.
Value. | Description. |
---|---|
0 | Auto. |
1 | 3D. |
2 | Single line. |
3 | Flat. |
4 | None. |