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