Version

DropDownRibbonItem Method

Drops down the specified Ribbon item if allowed
Syntax
'Declaration
 
Protected Function DropDownRibbonItem( _
   ByVal ribbonObj As System.Object, _
   ByVal bDropDown As System.Boolean _
) As System.Boolean
protected System.bool DropDownRibbonItem( 
   System.object ribbonObj,
   System.bool bDropDown
)
protected: System.bool DropDownRibbonItem( 
   System.Object* ribbonObj,
   System.bool bDropDown
) 

Parameters

ribbonObj
The Ribbon item to be dropped down
bDropDown

Return Value

Returns true if the Ribbon item is dropped down, 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