Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether the RibbonTwoLineText that is associated with this automation peer contains data that is presented to the user. This method is called by IsControlElement.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Function IsControlElementCore As Boolean
protected override bool IsControlElementCore()
protected:
virtual bool IsControlElementCore() override
abstract IsControlElementCore : unit -> bool
override IsControlElementCore : unit -> bool
protected override function IsControlElementCore() : boolean
Return Value
Type: System.Boolean
true if the RibbonTwoLineText that is associated with this automation peer contains data that is presented to the user; otherwise, false.
.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.