IAgentPropertySheet::SetVisible
[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]
HRESULT SetVisible(
long bVisible // property sheet Visible setting
);
Sets the Visible property for the Microsoft Agent property sheet.
- Returns S_OK to indicate the operation was successful.
-
bVisible
-
Visible property setting. A value of True displays the property sheet; a value of False hides it.
See Also
IAgentPropertySheet::GetVisible