Help Center
Help CenterAfxNova

CDialog.ControlAddmethod

WindowsmethodCDialog.incundocumented
Not documented upstream. This symbol was found in the AfxNova source but appears in no documentation topic. The signature below is read directly from the code; any description comes from the source comments.

Syntax

PRIVATE FUNCTION CDialog.ControlAdd ( BYREF wszClassName AS WSTRING, BYVAL cId AS LONG_PTR = 0, BYREF wszTitle AS WSTRING = "", BYVAL x AS LONG = 0, BYVAL y AS LONG = 0, BYVAL nWidth AS LONG = 0, BYVAL nHeight AS LONG = 0, BYVAL dwStyle AS LONG = -1, BYVAL dwExStyle AS LONG = -1, BYVAL lpParam AS LONG_PTR = 0, BYVAL pCallbackProc AS WNDPROC = NULL ) AS HWND

Reference

  • Include file CDialog.inc
  • Defined in AfxNova/CDialog.inc:515