Version

IsRibbonItemVisible Method

Returns the if the Ribbon item is visible, else false. Default value is null
Syntax
'Declaration
 
Protected Function IsRibbonItemVisible( _
   ByVal oRibbonItem As System.Object _
) As System.Nullable(Of Boolean)
protected System.Nullable<bool> IsRibbonItemVisible( 
   System.object oRibbonItem
)
protected: System.Nullable<bool> IsRibbonItemVisible( 
   System.Object* oRibbonItem
) 

Parameters

oRibbonItem
The Ribbon item

Return Value

Returns the if the Ribbon item is visible, else false
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