Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 725 Bytes

PyCDialogBar.md

File metadata and controls

38 lines (19 loc) · 725 Bytes

PyCDialogBar

PyCDialogBar Object

A class which encapsulates an MFC CDialogBar

. Derived from a PyCControlBar object.

Methods

  • CreateWindow

    Creates the window for the PyCDialogBar object. 

PyCDialogBar.CreateWindow

CreateWindow(parent, template, style, id) Creates the window for the PyCDialogBar object.

Parameters

  • parent : PyCWnd

    The parent window

  • template : PyResourceId

    Template name or integer resource id

  • style : int

    The style for the window

  • id : int

    The ID of the window