File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Determines whether the Common Controls library implements the specified API.
5353
5454### Syntax
5555
56- ```
56+ ```
5757AFX_COMCTL32_IF_EXISTS( proc );
5858```
5959
@@ -158,7 +158,7 @@ See the example for [IMPLEMENT_DYNCREATE](#implement_dyncreate).
158158
159159** Header:** afx.h
160160
161- ## DECLARE_OLECTLTYPE
161+ ## < a name = " declare_olectltype " ></ a > DECLARE_OLECTLTYPE
162162
163163Declares the ` GetUserTypeNameID ` and ` GetMiscStatus ` member functions of your control class.
164164
@@ -181,7 +181,7 @@ The name of the control class.
181181
182182** Header:** afxctl.h
183183
184- ## DECLARE_PROPPAGEIDS
184+ ## < a name = " declare_proppageids " ></ a > DECLARE_PROPPAGEIDS
185185
186186Declares that the OLE control provides a list of property pages to display its properties.
187187
@@ -355,7 +355,7 @@ The OLE class ID is a unique 128-bit identifier for the object. It consists of o
355355
356356** Header:** afxdisp.h
357357
358- ## IMPLEMENT_OLECTLTYPE
358+ ## < a name = " implement_olectltype " ></ a > IMPLEMENT_OLECTLTYPE
359359
360360Implements the ` GetUserTypeNameID ` and ` GetMiscStatus ` member functions of your control class.
361361
You can’t perform that action at this time.
0 commit comments