IAgentBalloon::SetVisible
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
IAgentBalloon::GetVisible