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 the Rect object that represents the screen coordinates of the RibbonTab that is associated with the RibbonTabAutomationPeer.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Function GetBoundingRectangleCore As Rect
protected override Rect GetBoundingRectangleCore()
protected:
virtual Rect GetBoundingRectangleCore() override
abstract GetBoundingRectangleCore : unit -> Rect
override GetBoundingRectangleCore : unit -> Rect
protected override function GetBoundingRectangleCore() : Rect
Return Value
Type: System.Windows.Rect
The Rect object that represents the screen coordinates of the RibbonTab that is associated with theRibbonTabAutomationPeer.
.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.