_OlkTextBox.BorderStyle Property

Definition

Returns or sets an OlBorderStyle constant that defines the style of the border around the control. Read/write.

public:
 property Microsoft::Office::Interop::Outlook::OlBorderStyle BorderStyle { Microsoft::Office::Interop::Outlook::OlBorderStyle get(); void set(Microsoft::Office::Interop::Outlook::OlBorderStyle value); };
public Microsoft.Office.Interop.Outlook.OlBorderStyle BorderStyle { get; set; }
Public Property BorderStyle As OlBorderStyle

Property Value

Remarks

The default value is olBorderStyleSingle.

Applies to