CBasePane::GetRecentVisibleState

The framework calls this method when a pane is restored from an archive.

virtual BOOL GetRecentVisibleState() const;

Return Value

A BOOL that specifies the recent visible state. If TRUE, the pane was visible when serialized and should be visible when restored. If FALSE, the pane was hidden when serialized and should be hidden when restored.

Requirements

Header: afxbasepane.h

See Also

Reference

CBasePane Class

Hierarchy Chart