File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ See the example for [IMPLEMENT_DYNCREATE](#implement_dyncreate).
158158
159159** Header:** afx.h
160160
161- ## < a name = " declare_olectltype " ></ a > declare_olectltype
161+ ## 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- ## < a name = " declare_proppageids " > declare_proppageids
184+ ## 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- ## < a name = " implement_olectltype " > implement_olectltype
358+ ## 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