nType | (Long) Obtained information type.
1 - Detects whether the object or subobject has the focus. The method returns values of the Long type:
0: This object or subobject does not have focus.
1: This object has the focus.
2: Subobject has the focus.
For easy detection of focus the Focus property can be used. |
---|
var oObject = pMe.Items("/Txt0");
var nInfo = oObject.GetItemInfo(1);