If this property is True, then ActiveX control displays queue status. If False, it displays LED like picture. This property is a persistent property.
構文
戻り値
使用例
|
.Show = True ' Show queue
.Show = False ' Show LED like picture
|
|
m_secs.SetShow(true); // Show queue
m_secs.SetShow(false); // Show LED like picture
|
特記事項
参照
|