Specifies the name of the horizontal sidebar that is connected to the RibbonFormattingTab's TXITEM_Goto button. The property value is String.Empty, if there is no sidebar connected.

Introduced: X16.

Syntax

public string GotoHorizontalSidebar { get; set; }
Public Property GotoHorizontalSidebar() As String

Remarks

Checking the TXITEM_Goto button, if the corresponding horizontal 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.Goto and the connected vertical go to sidebar is hidden.