Platform SDK: Agent

IAgentPropertySheet::GetVisible

HRESULT GetVisible(
   long * pbVisible  // address of variable for property sheet
);                   // Visible setting

Determines whether the Microsoft Agent property sheet is visible or hidden.

pbVisible
Address of a variable that receives True if the property sheet is visible and False if hidden.

See Also

IAgentPropertySheet::SetVisible