SEC3DTabWnd::IsTabEnabled

Determines if tab is enabled/disabled.

Defined in: tabwnd3.cpp

Syntax

IsTabEnabled(Cwnd* pWnd);

IsTabEnabled(int nIndex);

Return Value

Nonzero if tab enabled; otherwise 0.

Parameters

pWnd

Points to a child window.

nIndex

Index of tab.

See Also

EnableTab

SEC3DTabWnd