BCGControlBar Library for .NET
ContainsFocus Method (PropertyListItem)




Specifies if the PropertyListItem contains a focus. It means that it or one of its subitem has an InPlaceEdit control, this control has an input focus or has an open combobox or a popupmenu.
Syntax
'Declaration
 
Public Overridable Function ContainsFocus() As Boolean
'Usage
 
Dim instance As PropertyListItem
Dim value As Boolean
 
value = instance.ContainsFocus()
public virtual bool ContainsFocus()
public: virtual bool ContainsFocus(); 
public:
virtual bool ContainsFocus(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyListItem Class
PropertyListItem Members

Send Feedback