If this property is True, then ActiveX control shows connection status on screen. When server has connection between clients, it shows every connection on screen. It is very natural that client can connect with only one server. If this property is False, it shows Light Emitting Diode (LED) style bitmap. This property is a persistent property.
Syntax
Return Value
Example
|
.Show = True ‘ Show connection status
.Show = False ‘ Show LED like picture
|
|
m_hsms.SetShow(true); // Show connection status
m_hsms.SetShow(false); // Show LED like picture
|
Remarks
See Also
|