CStatic::CStatic

Constructs a CStatic object.

CStatic( );

Example

// Create a static object on the stack.
CStatic myStatic;

// Create a static object on the heap.
CStatic* pmyStatic = new CStatic;

Requirements

Header: afxwin.h

See Also

Reference

CStatic Class

Hierarchy Chart

CStatic::Create

Other Resources

CStatic Members