Version

IsSelGroupPopupOpen Method

Returns true if the popup window of the selected group content is open, else returns false
Syntax
'Declaration
 
Protected Function IsSelGroupPopupOpen( _
   ByVal content As Infragistics.Windows.OutlookBar.SelectedGroupContent _
) As System.Boolean
protected System.bool IsSelGroupPopupOpen( 
   Infragistics.Windows.OutlookBar.SelectedGroupContent content
)
protected: System.bool IsSelGroupPopupOpen( 
   Infragistics.Windows.OutlookBar.SelectedGroupContent* content
) 

Parameters

content
The selected group content whose popup open/close needs to be determined

Return Value

Returns true if the popup window of the selected group content is open
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