Share via


RibbonMenuButtonAutomationPeer.IsContentElementCore Method

Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. This method is called by IsContentElement.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Protected Overrides Function IsContentElementCore As Boolean
protected override bool IsContentElementCore()
protected:
virtual bool IsContentElementCore() override
abstract IsContentElementCore : unit -> bool 
override IsContentElementCore : unit -> bool 
protected override function IsContentElementCore() : boolean

Return Value

Type: System.Boolean
false in all cases.

.NET Framework Security

See Also

Reference

RibbonMenuButtonAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace