Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.4 KB

Outlook.combobox.borderstyle.md

File metadata and controls

34 lines (20 loc) · 1.4 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
ComboBox.BorderStyle Property (Outlook Forms Script)
olfm10.chm2000820
olfm10.chm2000820
59caf8ee-9287-362e-1102-c40a9f61bf8d
06/08/2017
medium

ComboBox.BorderStyle Property (Outlook Forms Script)

Returns or sets an Integer that specifies the type of border of the control. Read/write.

Syntax

expression.BorderStyle

expression A variable that represents a ComboBox object.

Remarks

The possible values of BorderStyle are 0 and 1. 0 represents no visible border line, 1 represents a single-line border (default).

The default value for a ComboBox is 0 (None).

Use either BorderStyle or SpecialEffect to specify the border for a control, but not both. If you specify a nonzero value for one of these properties, the system sets the value of the other property to zero. For example, if you set BorderStyle to 1, the system sets SpecialEffect to zero (Flat). If you specify a nonzero value for SpecialEffect, the system sets BorderStyle to zero.

BorderStyle uses BorderColor to define the colors of its borders. To use the BorderColor property, the BorderStyle property must be set to a value other than 0.

[!includeSupport and feedback]