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.
構文
戻り値
使用例
|
.Master = True ' Master
.Master = False ' Slave
|
|
m_secs.SetMaster(true); // Master
m_secs.SetMaster(false); // Slave
|
特記事項
参照
|