Gets or sets the vertical sidebar that is connected to the RibbonFormattingTab's TXITEM_Find button and its vertical sidebar drop down button. The default value is null.

Introduced: X16.

Syntax

public Sidebar FindSidebar { get; set; }
Public Property FindSidebar() As Sidebar

Remarks

Checking the TXITEM_Find button, if the corresponding vertical sidebar drop down button is toggled, displays the connected sidebar as pinned. If the drop down button is not toggled, the sidebar is represented by a non-sizable dialog. In both cases, the sidebar's content layout is set to SidebarContentLayout.Find and the connected horizontal find sidebar is hidden.