If this property is True, then ActiveX control acts as master. If this property is False, it means slave. This property is a persistent property.
Syntax
Return Value
Example
|
.Master = True ' Master
.Master = False ' Slave
|
|
m_secs.SetMaster(true); // Master
m_secs.SetMaster(false); // Slave
|
Remarks
See Also
|