Share via


RibbonTabHeadersPanel.MakeVisible Method

Forces content to scroll until the coordinate space of a Visual object is visible.

Namespace:  Microsoft.Windows.Controls.Ribbon.Primitives
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Function MakeVisible ( _
    visual As Visual, _
    rectangle As Rect _
) As Rect
public Rect MakeVisible(
    Visual visual,
    Rect rectangle
)
public:
virtual Rect MakeVisible(
    Visual^ visual, 
    Rect rectangle
) sealed
abstract MakeVisible : 
        visual:Visual * 
        rectangle:Rect -> Rect 
override MakeVisible : 
        visual:Visual * 
        rectangle:Rect -> Rect 
public final function MakeVisible(
    visual : Visual, 
    rectangle : Rect
) : Rect

Parameters

  • rectangle
    Type: System.Windows.Rect
    A bounding rectangle that identifies the coordinate space to make visible.

Return Value

Type: System.Windows.Rect
The rectangle that is visible.

Implements

IScrollInfo.MakeVisible(Visual, Rect)

.NET Framework Security

See Also

Reference

RibbonTabHeadersPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace