You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/Access.ComboBox.NumeralShapes.md
+8-18Lines changed: 8 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,41 +7,35 @@ ms.prod: access
7
7
api_name:
8
8
- Access.ComboBox.NumeralShapes
9
9
ms.assetid: 93cb42d2-6274-3af4-0801-87ecf8eb4252
10
-
ms.date: 06/08/2017
10
+
ms.date: 03/02/2019
11
11
localization_priority: Normal
12
12
---
13
13
14
14
15
15
# ComboBox.NumeralShapes property (Access)
16
16
17
17
18
-
19
-
20
-
21
18
## Syntax
22
19
23
-
_expression_.`NumeralShapes`
20
+
_expression_.**NumeralShapes**
24
21
25
22
_expression_ A variable that represents a **[ComboBox](Access.ComboBox.md)** object.
26
23
27
24
28
25
## Remarks
29
26
30
-
The **NumeralShapes** property uses the following settings.
31
-
32
-
27
+
The **NumeralShapes** property uses the following settings.
33
28
34
29
|Setting|Visual Basic|Description|
35
30
|:-----|:-----|:-----|
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.|
40
35
41
36
## Example
42
37
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).
45
39
46
40
```vb
47
41
PublicSubChangeNumeralShapes(ctlAsControl)
@@ -50,9 +44,5 @@ End Sub
50
44
```
51
45
52
46
53
-
## See also
54
-
55
-
56
-
[ComboBox Object](Access.ComboBox.md)
57
47
58
48
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
Copy file name to clipboardExpand all lines: api/Access.Label.NumeralShapes.md
+8-19Lines changed: 8 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,41 +7,34 @@ ms.prod: access
7
7
api_name:
8
8
- Access.Label.NumeralShapes
9
9
ms.assetid: 3da2f917-a257-b9aa-3517-f4d65bc3af18
10
-
ms.date: 06/08/2017
10
+
ms.date: 03/02/2019
11
11
localization_priority: Normal
12
12
---
13
13
14
14
15
15
# Label.NumeralShapes property (Access)
16
16
17
-
18
-
19
-
20
-
21
17
## Syntax
22
18
23
-
_expression_.`NumeralShapes`
19
+
_expression_.**NumeralShapes**
24
20
25
21
_expression_ A variable that represents a **[Label](Access.Label.md)** object.
26
22
27
23
28
24
## Remarks
29
25
30
-
The **NumeralShapes** property uses the following settings.
31
-
32
-
26
+
The **NumeralShapes** property uses the following settings.
33
27
34
28
|Setting|Visual Basic|Description|
35
29
|:-----|:-----|:-----|
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.|
40
34
41
35
## Example
42
36
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).
45
38
46
39
```vb
47
40
PublicSubChangeNumeralShapes(ctlAsControl)
@@ -50,9 +43,5 @@ End Sub
50
43
```
51
44
52
45
53
-
## See also
54
-
55
-
56
-
[Label Object](Access.Label.md)
57
46
58
47
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
Copy file name to clipboardExpand all lines: api/Access.ListBox.NumeralShapes.md
+8-18Lines changed: 8 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,41 +7,35 @@ ms.prod: access
7
7
api_name:
8
8
- Access.ListBox.NumeralShapes
9
9
ms.assetid: b89bf0e9-7cd2-0676-ca07-0d813cd175e9
10
-
ms.date: 06/08/2017
10
+
ms.date: 03/02/2019
11
11
localization_priority: Normal
12
12
---
13
13
14
14
15
15
# ListBox.NumeralShapes property (Access)
16
16
17
17
18
-
19
-
20
-
21
18
## Syntax
22
19
23
-
_expression_.`NumeralShapes`
20
+
_expression_.**NumeralShapes**
24
21
25
22
_expression_ A variable that represents a **[ListBox](Access.ListBox.md)** object.
26
23
27
24
28
25
## Remarks
29
26
30
-
The **NumeralShapes** property uses the following settings.
31
-
32
-
27
+
The **NumeralShapes** property uses the following settings.
33
28
34
29
|Setting|Visual Basic|Description|
35
30
|:-----|:-----|:-----|
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.|
40
35
41
36
## Example
42
37
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).
45
39
46
40
```vb
47
41
PublicSubChangeNumeralShapes(ctlAsControl)
@@ -50,9 +44,5 @@ End Sub
50
44
```
51
45
52
46
53
-
## See also
54
-
55
-
56
-
[ListBox Object](Access.ListBox.md)
57
47
58
48
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
_expression_ A variable that represents a **[NavigationControl](Access.NavigationControl.md)** object.
26
22
27
23
28
24
## Remarks
29
25
30
-
The **NumeralShapes** property uses the following settings.
31
-
32
-
26
+
The **NumeralShapes** property uses the following settings.
33
27
34
28
|Setting|Visual Basic|Description|
35
29
|:-----|:-----|:-----|
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.|
40
34
41
35
## Example
42
36
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).
Copy file name to clipboardExpand all lines: api/Access.TextBox.NumeralShapes.md
+8-19Lines changed: 8 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,41 +7,34 @@ ms.prod: access
7
7
api_name:
8
8
- Access.TextBox.NumeralShapes
9
9
ms.assetid: f0fda4bb-2522-622c-24ab-d3324a4b8dca
10
-
ms.date: 06/08/2017
10
+
ms.date: 03/02/2019
11
11
localization_priority: Normal
12
12
---
13
13
14
14
15
15
# TextBox.NumeralShapes property (Access)
16
16
17
-
18
-
19
-
20
-
21
17
## Syntax
22
18
23
-
_expression_.`NumeralShapes`
19
+
_expression_.**NumeralShapes**
24
20
25
21
_expression_ A variable that represents a **[TextBox](Access.TextBox.md)** object.
26
22
27
23
28
24
## Remarks
29
25
30
-
The **NumeralShapes** property uses the following settings.
31
-
32
-
26
+
The **NumeralShapes** property uses the following settings.
33
27
34
28
|Setting|Visual Basic|Description|
35
29
|:-----|:-----|:-----|
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.|
40
34
41
35
## Example
42
36
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).
45
38
46
39
```vb
47
40
PublicSubChangeNumeralShapes(ctlAsControl)
@@ -50,9 +43,5 @@ End Sub
50
43
```
51
44
52
45
53
-
## See also
54
-
55
-
56
-
[TextBox Object](Access.TextBox.md)
57
46
58
47
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
0 commit comments