get control property list box focus not available

Hi,

The list box control property is not available, why is that?.

My line of code:

getCtl  = oUIObj.GetControlProperty( "MyListBox", "Focus", ctlPropMyListBox ) 

If ctlPropMyListBox <> 0 Then

Call SomeFunction

End if

Thank you,

-SKG