IAgentPropertySheet::SetVisible
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