Gets the number of registered CEID. If this value is 0, none is registered.
構文
戻り値
使用例
|
Dim lCEIDCount As Long
lCEIDCount = .CEIDCount
|
|
long lCEIDCount = m_ctrl.GetCEIDCount();
|
特記事項
Read-only property.
Since CEIDCount property returns the number of registered CEID, available index range is between 0 and (CEIDCount – 1). Use ToCEID method to convert index into CEID.
参照
|