Gets or sets the vertical sidebar that is connected to the RibbonProofingTab's TXITEM_Comments button. The default value is null.

Introduced: 30.0.

Syntax

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

Remarks

Checking the TXITEM_Comments 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 sizable dialog. In both cases, the sidebar's content layout is set to SidebarContentLayout.Comments and the connected horizontal comments sidebar is hidden.