Version

IsGroupVisible Method

Returns true if the group is visible or hidden If the group is visible, it retrieves the group's header too
Syntax
'Declaration
 
Protected Function IsGroupVisible( _
   ByVal group As Infragistics.Windows.OutlookBar.OutlookBarGroup _
) As System.Nullable(Of Boolean)
protected System.Nullable<bool> IsGroupVisible( 
   Infragistics.Windows.OutlookBar.OutlookBarGroup group
)
protected: System.Nullable<bool> IsGroupVisible( 
   Infragistics.Windows.OutlookBar.OutlookBarGroup* group
) 

Parameters

group
Group of the OutlookBar

Return Value

true if the group is visible or hidden
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