CTreePropertySheet class members

Modifications
Data members
Construction
Operations

Modifications

Data members

m_nSpaceTop Defines the space between the upper border of the tree control to the upper extra control pane.
m_nSpaceBottom Defines the space between the bottom border of the tree control to the bottom extra control pane.
m_nSpaceLeft Defines the space between the left border of the tree control to the left window border.
m_nSpaceRight Defines the space between the right border of the dialog area to the right window border.
m_nSpaceMid Defines the space between the right border of the tree control to the left border of the dialog.
m_nCaptionHeight Defines the height of the dialog caption bar.
m_nCaptionBorder Defines the style of the dialog caption bar border.
m_bSpecialCaption How the dialog caption bar should be displayed.
m_clrCaptionLeft The background color of the dialog caption bar(left side).
m_clrCaptionRight The background color of the dialog caption bar(right side).
m_clrCaptionTextLeft The text color of the main caption(left).
m_clrCaptionTextRight The text color of the sub caption(right).
m_clrCaptionBorderTopLeft The color of the dialog caption bar border in the upper left corner.
m_clrCaptionBorderBottomRight The color of the dialog caption bar border in the bottom right corner.
m_bDisableStandardButtons Set this to TRUE to imitate the behavior of the old version of this tree property sheet control.


Construction

CTreePropertySheet Constructs a CTreePropertySheet object.


Operations

DoModal Calls a modal CTreePropertySheet and returns when done.
AddPage Adds a dialog to the CTreePropertySheet. (modified since last version)
InsertExtraControl Adds a custom defined control to the CTreePropertySheet.
InsertExtraSpace Adds a empty space filling pane to the CTreePropertySheet.
Useful for alignment of the extra controls.
SetExtraRowSpace Sets the upper and lower empty space of a row of extra controls.
SetLikeNetscape Sets the look of the CTreePropertySheet like the property sheet of Netscape Communicator 4.0.
SetSimple Sets a simple 'standard' look.