Skip to content

Commit fb5545b

Browse files
author
Linda Caputo
committed
Updated all Numeral Shapes properties (5)
1 parent 0ac97bd commit fb5545b

File tree

5 files changed

+40
-93
lines changed

5 files changed

+40
-93
lines changed

api/Access.ComboBox.NumeralShapes.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,35 @@ ms.prod: access
77
api_name:
88
- Access.ComboBox.NumeralShapes
99
ms.assetid: 93cb42d2-6274-3af4-0801-87ecf8eb4252
10-
ms.date: 06/08/2017
10+
ms.date: 03/02/2019
1111
localization_priority: Normal
1212
---
1313

1414

1515
# ComboBox.NumeralShapes property (Access)
1616

1717

18-
19-
20-
2118
## Syntax
2219

23-
_expression_. `NumeralShapes`
20+
_expression_.**NumeralShapes**
2421

2522
_expression_ A variable that represents a **[ComboBox](Access.ComboBox.md)** object.
2623

2724

2825
## Remarks
2926

30-
The **NumeralShapes** property uses the following settings.
31-
32-
27+
The **NumeralShapes** property uses the following settings.
3328

3429
|Setting|Visual Basic|Description|
3530
|:-----|:-----|:-----|
36-
|System|0|Numeral shapes determined by the **Numeral Shapes** system setting.|
37-
|Arabic|1|Arabic digit shapes will be used to display and print numerals.|
38-
|National|2|National digit shapes will be used to display and print numerals.|
39-
|Context|3|Numeral shapes determined by Unicode context rules for adjacent text.|
31+
|System|0|Numeral shapes are determined by the **Numeral Shapes** system setting.|
32+
|Arabic|1|Arabic digit shapes are used to display and print numerals.|
33+
|National|2|National digit shapes are used to display and print numerals.|
34+
|Context|3|Numeral shapes are determined by Unicode context rules for adjacent text.|
4035

4136
## Example
4237

43-
The following example changes the **NumeralShapes** property for the selected control to 0 (numeral shapes will be determined by the **Numeral Shapes** system setting).
44-
38+
The following example changes the **NumeralShapes** property for the selected control to 0 (numeral shapes will be determined by the **Numeral Shapes** system setting).
4539

4640
```vb
4741
Public Sub ChangeNumeralShapes(ctl As Control)
@@ -50,9 +44,5 @@ End Sub
5044
```
5145

5246

53-
## See also
54-
55-
56-
[ComboBox Object](Access.ComboBox.md)
5747

5848
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

api/Access.Label.NumeralShapes.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,34 @@ ms.prod: access
77
api_name:
88
- Access.Label.NumeralShapes
99
ms.assetid: 3da2f917-a257-b9aa-3517-f4d65bc3af18
10-
ms.date: 06/08/2017
10+
ms.date: 03/02/2019
1111
localization_priority: Normal
1212
---
1313

1414

1515
# Label.NumeralShapes property (Access)
1616

17-
18-
19-
20-
2117
## Syntax
2218

23-
_expression_. `NumeralShapes`
19+
_expression_.**NumeralShapes**
2420

2521
_expression_ A variable that represents a **[Label](Access.Label.md)** object.
2622

2723

2824
## Remarks
2925

30-
The **NumeralShapes** property uses the following settings.
31-
32-
26+
The **NumeralShapes** property uses the following settings.
3327

3428
|Setting|Visual Basic|Description|
3529
|:-----|:-----|:-----|
36-
|System|0|Numeral shapes determined by the **Numeral Shapes** system setting.|
37-
|Arabic|1|Arabic digit shapes will be used to display and print numerals.|
38-
|National|2|National digit shapes will be used to display and print numerals.|
39-
|Context|3|Numeral shapes determined by Unicode context rules for adjacent text.|
30+
|System|0|Numeral shapes are determined by the **Numeral Shapes** system setting.|
31+
|Arabic|1|Arabic digit shapes are used to display and print numerals.|
32+
|National|2|National digit shapes are used to display and print numerals.|
33+
|Context|3|Numeral shapes are determined by Unicode context rules for adjacent text.|
4034

4135
## Example
4236

43-
The following example changes the **NumeralShapes** property for the selected control to 0 (numeral shapes will be determined by the **Numeral Shapes** system setting).
44-
37+
The following example changes the **NumeralShapes** property for the selected control to 0 (numeral shapes will be determined by the **Numeral Shapes** system setting).
4538

4639
```vb
4740
Public Sub ChangeNumeralShapes(ctl As Control)
@@ -50,9 +43,5 @@ End Sub
5043
```
5144

5245

53-
## See also
54-
55-
56-
[Label Object](Access.Label.md)
5746

5847
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

api/Access.ListBox.NumeralShapes.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,35 @@ ms.prod: access
77
api_name:
88
- Access.ListBox.NumeralShapes
99
ms.assetid: b89bf0e9-7cd2-0676-ca07-0d813cd175e9
10-
ms.date: 06/08/2017
10+
ms.date: 03/02/2019
1111
localization_priority: Normal
1212
---
1313

1414

1515
# ListBox.NumeralShapes property (Access)
1616

1717

18-
19-
20-
2118
## Syntax
2219

23-
_expression_. `NumeralShapes`
20+
_expression_.**NumeralShapes**
2421

2522
_expression_ A variable that represents a **[ListBox](Access.ListBox.md)** object.
2623

2724

2825
## Remarks
2926

30-
The **NumeralShapes** property uses the following settings.
31-
32-
27+
The **NumeralShapes** property uses the following settings.
3328

3429
|Setting|Visual Basic|Description|
3530
|:-----|:-----|:-----|
36-
|System|0|Numeral shapes determined by the **Numeral Shapes** system setting.|
37-
|Arabic|1|Arabic digit shapes will be used to display and print numerals.|
38-
|National|2|National digit shapes will be used to display and print numerals.|
39-
|Context|3|Numeral shapes determined by Unicode context rules for adjacent text.|
31+
|System|0|Numeral shapes are determined by the **Numeral Shapes** system setting.|
32+
|Arabic|1|Arabic digit shapes are used to display and print numerals.|
33+
|National|2|National digit shapes are used to display and print numerals.|
34+
|Context|3|Numeral shapes are determined by Unicode context rules for adjacent text.|
4035

4136
## Example
4237

43-
The following example changes the **NumeralShapes** property for the selected control to 0 (numeral shapes will be determined by the **Numeral Shapes** system setting).
44-
38+
The following example changes the **NumeralShapes** property for the selected control to 0 (numeral shapes will be determined by the **Numeral Shapes** system setting).
4539

4640
```vb
4741
Public Sub ChangeNumeralShapes(ctl As Control)
@@ -50,9 +44,5 @@ End Sub
5044
```
5145

5246

53-
## See also
54-
55-
56-
[ListBox Object](Access.ListBox.md)
5747

5848
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

api/Access.NavigationControl.NumeralShapes.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,34 @@ ms.prod: access
77
api_name:
88
- Access.NavigationControl.NumeralShapes
99
ms.assetid: 207bbece-366e-bc72-876f-98c80f7bf6b5
10-
ms.date: 06/08/2017
10+
ms.date: 03/02/2019
1111
localization_priority: Normal
1212
---
1313

1414

1515
# NavigationControl.NumeralShapes property (Access)
1616

17-
18-
19-
20-
2117
## Syntax
2218

23-
_expression_. `NumeralShapes`
19+
_expression_.**NumeralShapes**
2420

2521
_expression_ A variable that represents a **[NavigationControl](Access.NavigationControl.md)** object.
2622

2723

2824
## Remarks
2925

30-
The **NumeralShapes** property uses the following settings.
31-
32-
26+
The **NumeralShapes** property uses the following settings.
3327

3428
|Setting|Visual Basic|Description|
3529
|:-----|:-----|:-----|
36-
|System|0|Numeral shapes determined by the **Numeral Shapes** system setting.|
37-
|Arabic|1|Arabic digit shapes will be used to display and print numerals.|
38-
|National|2|National digit shapes will be used to display and print numerals.|
39-
|Context|3|Numeral shapes determined by Unicode context rules for adjacent text.|
30+
|System|0|Numeral shapes are determined by the **Numeral Shapes** system setting.|
31+
|Arabic|1|Arabic digit shapes are used to display and print numerals.|
32+
|National|2|National digit shapes are used to display and print numerals.|
33+
|Context|3|Numeral shapes are determined by Unicode context rules for adjacent text.|
4034

4135
## Example
4236

43-
The following example changes the **NumeralShapes** property for the selected control to 0 (numeral shapes will be determined by the **Numeral Shapes** system setting).
44-
37+
The following example changes the **NumeralShapes** property for the selected control to 0 (numeral shapes will be determined by the **Numeral Shapes** system setting).
4538

4639
```vb
4740
Public Sub ChangeNumeralShapes(ctl As Control)
@@ -50,9 +43,5 @@ End Sub
5043
```
5144

5245

53-
## See also
54-
55-
56-
[NavigationControl Object](Access.NavigationControl.md)
5746

5847
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

api/Access.TextBox.NumeralShapes.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,34 @@ ms.prod: access
77
api_name:
88
- Access.TextBox.NumeralShapes
99
ms.assetid: f0fda4bb-2522-622c-24ab-d3324a4b8dca
10-
ms.date: 06/08/2017
10+
ms.date: 03/02/2019
1111
localization_priority: Normal
1212
---
1313

1414

1515
# TextBox.NumeralShapes property (Access)
1616

17-
18-
19-
20-
2117
## Syntax
2218

23-
_expression_. `NumeralShapes`
19+
_expression_.**NumeralShapes**
2420

2521
_expression_ A variable that represents a **[TextBox](Access.TextBox.md)** object.
2622

2723

2824
## Remarks
2925

30-
The **NumeralShapes** property uses the following settings.
31-
32-
26+
The **NumeralShapes** property uses the following settings.
3327

3428
|Setting|Visual Basic|Description|
3529
|:-----|:-----|:-----|
36-
|System|0|Numeral shapes determined by the **Numeral Shapes** system setting.|
37-
|Arabic|1|Arabic digit shapes will be used to display and print numerals.|
38-
|National|2|National digit shapes will be used to display and print numerals.|
39-
|Context|3|Numeral shapes determined by Unicode context rules for adjacent text.|
30+
|System|0|Numeral shapes are determined by the **Numeral Shapes** system setting.|
31+
|Arabic|1|Arabic digit shapes are used to display and print numerals.|
32+
|National|2|National digit shapes are used to display and print numerals.|
33+
|Context|3|Numeral shapes are determined by Unicode context rules for adjacent text.|
4034

4135
## Example
4236

43-
The following example changes the **NumeralShapes** property for the selected control to 0 (numeral shapes will be determined by the **Numeral Shapes** system setting).
44-
37+
The following example changes the **NumeralShapes** property for the selected control to 0 (numeral shapes will be determined by the **Numeral Shapes** system setting).
4538

4639
```vb
4740
Public Sub ChangeNumeralShapes(ctl As Control)
@@ -50,9 +43,5 @@ End Sub
5043
```
5144

5245

53-
## See also
54-
55-
56-
[TextBox Object](Access.TextBox.md)
5746

5847
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

0 commit comments

Comments
 (0)