Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion api/Access.Attachment.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.Attachment.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|



Expand Down
1 change: 0 additions & 1 deletion api/Access.BoundObjectFrame.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.BoundObjectFrame.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.CheckBox.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.CheckBox.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.ComboBox.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.ComboBox.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.CommandButton.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.CustomControl.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.CustomControl.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
3 changes: 1 addition & 2 deletions api/Access.Form.DatasheetBorderLineStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _expression_ A variable that represents a **[Form](Access.Form.md)** object.

## Remarks

Valid values are between zero and eight. Values greater than eight are ignored; negative values or values above 255 cause an error.
Valid values are between zero and seven. Values greater than eight are ignored; negative values or values above 255 cause an error.

|Value|Description|
|:-----|:-----|
Expand All @@ -37,7 +37,6 @@ Valid values are between zero and eight. Values greater than eight are ignored;
|5|Sparse dots|
|6|Dash-dot|
|7|Dash-dot-dot|
|8|Double solid|

## Example

Expand Down
3 changes: 1 addition & 2 deletions api/Access.Form.DatasheetColumnHeaderUnderlineStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _expression_ A variable that represents a **[Form](Access.Form.md)** object.

## Remarks

Valid values are between zero and eight. Values greater than eight are ignored; negative values or values above 255 cause an error.
Valid values are between zero and seven. Values greater than eight are ignored; negative values or values above 255 cause an error.

|Value|Description|
|:-----|:-----|
Expand All @@ -37,7 +37,6 @@ Valid values are between zero and eight. Values greater than eight are ignored;
|5|Sparse dots|
|6|Dash-dot|
|7|Dash-dot-dot|
|8|Double solid|

## Example

Expand Down
1 change: 0 additions & 1 deletion api/Access.Image.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.Image.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.Label.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.Label.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.Line.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.Line.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.ListBox.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.ListBox.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.NavigationButton.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.NavigationControl.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.NavigationControl.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.ObjectFrame.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.ObjectFrame.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.OptionButton.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.OptionButton.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.OptionGroup.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
2 changes: 0 additions & 2 deletions api/Access.OptionGroup.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example

Expand Down
1 change: 0 additions & 1 deletion api/Access.Rectangle.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.Rectangle.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.Report.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.report.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.SubForm.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.SubForm.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.TabControl.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.TextBox.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.TextBox.OldBorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ The **OldBorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|


## Example
Expand Down
1 change: 0 additions & 1 deletion api/Access.ToggleButton.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down
1 change: 0 additions & 1 deletion api/Access.WebBrowserControl.BorderStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For controls, the **BorderStyle** property uses the following settings.
|Sparse dots|5|Dotted line with dots spaced far apart|
|Dash dot|6|Line with a dash-dot combination|
|Dash dot dot|7|Line with a dash-dot-dot combination|
|Double solid|8|Double solid lines|

You can set the default for this property by using a control's default control style or the **[DefaultControl](access.form.defaultcontrol.md)** property in Visual Basic.

Expand Down