Skip to content

Commit 6e51240

Browse files
authored
Merge pull request MicrosoftDocs#999 from msebolt/format-mfc-reference-pr12
format mfc reference pr12
2 parents 225d6d0 + 0c8b5a4 commit 6e51240

30 files changed

+2223
-2217
lines changed

docs/mfc/reference/colecmdui-class.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ COleCmdUI(
6363
```
6464

6565
### Parameters
66-
`rgCmds`
66+
*rgCmds*
6767
A list of supported commands associated with the given GUID. The **OLECMD** structure associates commands with command flags.
6868

6969
*cCmds*
70-
The count of commands in `rgCmds`.
70+
The count of commands in *rgCmds*.
7171

72-
`pGroup`
72+
*pGroup*
7373
A pointer to a GUID that identifies a set of commands.
7474

7575
### Remarks
@@ -83,7 +83,7 @@ virtual void Enable(BOOL bOn);
8383
```
8484

8585
### Parameters
86-
`bOn`
86+
*bOn*
8787
Indicates whether the command associated with the `COleCmdUI` object should be enabled or disabled. Nonzero enables the command; 0 disables the command.
8888

8989
## <a name="setcheck"></a> COleCmdUI::SetCheck
@@ -94,7 +94,7 @@ virtual void SetCheck(int nCheck);
9494
```
9595

9696
### Parameters
97-
`nCheck`
97+
*nCheck*
9898
A value determining the state to set an on/off toggle command. Values are:
9999

100100
|Value|Description|
@@ -111,7 +111,7 @@ virtual void SetText(LPCTSTR lpszText);
111111
```
112112

113113
### Parameters
114-
`lpszText`
114+
*lpszText*
115115
A pointer to the text to be used with the command.
116116

117117
## See Also

docs/mfc/reference/colecontrol-class.md

+219-219
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)