SUDataPage Class Reference

Handles custom data pages in ShapeUp. More...

#include <ShapeUpAPI.h>

Inheritance diagram for SUDataPage:

SUObject List of all members.

Public Member Functions

 SUDataPage ()
 SUDataPage (SUHANDLE hDataPage)
void Remove ()
HWND GetHWND ()

Detailed Description

One or more custom data pages can be added to any workspace. A data page can contain any windows child control. E.g list controls, tree controls or any combination of controls placed on a parent control.

img_datapage.png

A Custom Data Page

Examples:

example_sudatapage.cpp.


Constructor & Destructor Documentation

SUDataPage::SUDataPage (  )  [inline]

Default constructor.

SUDataPage::SUDataPage ( SUHANDLE  hDataPage  )  [inline]

Constructor.

Parameters:
hDataPage = handle to a ShapeUp data page object.
See also:
SUWorkspace::AddDataPage()


Member Function Documentation

void SUDataPage::Remove (  )  [inline]

Removes this data page from the workspace it's attached to. If the child window is still attached to this data page, it will be destroyed.

See also:
DataPage_Remove(), Workspace_AddDataPage()
Examples:
example_sudatapage.cpp.

HWND SUDataPage::GetHWND (  )  [inline]

Gets access to the ShapeUp data page window.

Returns:
Returns the windows handle to the data page window.
See also:
DataPage_GetHWND()
Examples:
example_sudatapage.cpp.


The documentation for this class was generated from the following file:
Generated on Thu Apr 15 10:55:35 2010 for ShapeUp API by  doxygen 1.5.2