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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.