Construction Methods
Method | Description |
---|---|
CPropertySheet | Constructs a CPropertySheet object. |
Construct | Constructs a CPropertySheet object. |
Attributes Methods
Method | Description |
---|---|
GetActiveIndex | Retrieves the index of the active page of the property sheet. |
GetPageIndex | Retrieves the index of the specified page of the property sheet. |
GetPageCount | Retrieves the number of pages in the property sheet. |
GetPage | Retrieves a pointer to the specified page. |
GetActivePage | Returns the active page object. |
SetActivePage | Programmatically sets the active page object. |
SetTitle | Sets the caption of the property sheet. |
GetTabControl | Retrieves a pointer to a tab control. |
Operations Methods
Method | Description |
---|---|
DoModal | Displays a modal property sheet. |
Create | Displays a modeless property sheet. |
AddPage | Adds a page to the property sheet. |
RemovePage | Removes a page from the property sheet. |
PressButton | Simulates the choice of the specified button in a property sheet. |
EndDialog | Terminates the property sheet. |