The Sidebar class represents a container that gives quick access to a control which is either user-defined or a predefined Text
public class Sidebar : System.Windows.Forms.TableLayoutPanel, System.ComponentModel.INotifyPropertyChanged
Public Class Sidebar
Inherits System.Windows.Forms.TableLayoutPanel
Implements System.ComponentModel.INotifyPropertyChanged
Introduced: X16.
The following example shows the 'Sidebar' class with its two properties, namely 'Show
TXTextControl.Windows.Forms.Sidebar sidebar = new TXTextControl.Windows.Forms.Sidebar();
sidebar.ShowPinButton = false;
sidebar.IsPinned = true;
Dim sidebar As TXTextControl.Windows.Forms.Sidebar = New TXTextControl.Windows.Forms.Sidebar()
sidebar.ShowPinButton = False
sidebar.IsPinned = True
Constructor | Description |
---|---|
Sidebar | Initializes a new instance of the Sidebar class. |
Enumeration | Description |
---|---|
About |
Each About |
Comments |
Each Comments |
Conditional |
Each Conditional |
Document |
Each Document |
Field |
Each Field |
Find |
Each Field |
Goto |
Each Goto |
Sidebar |
Specifies the requested layout that has to be intialized and rendered as sidebar content. |
Sidebar |
Specifies the requested border and title bar layout of the sidebar dialog. |
Styles |
Each Styles |
Tracked |
Each Tracked |
Method | Description |
---|---|
Find |
Finds a control inside a predefined content control that has the provided identifier name. |
Property | Description |
---|---|
Content | Gets or sets an object of type System. |
Content |
Determines the content layout that has to be intialized and rendered for the Sidebar. |
Dialog |
Gets or sets the location of the dialog where the Sidebar is placed, if the Sidebar. |
Dialog |
Gets or sets the size of the dialog where the Sidebar is placed, if the Sidebar. |
Dialog |
Gets or sets the requested border and title bar layout of the sidebar dialog. |
Is |
Gets or sets a value indicating whether the Sidebar is rendered inside another control (property value is set to true) or displayed as dialog. |
Is |
Gets or sets a value indicating whether the Sidebar is shown. |
Is |
Gets or sets a value indicating whether the Sidebar can be sized with the mouse. |
Show |
Gets or sets a value indicating whether the Sidebar's close button is shown. |
Show |
Gets or sets a value indicating whether the Sidebar's pin button is shown. |
Show |
Gets or sets a value indicating whether the Sidebar's title is shown. |
Text | Overridden. |
Text |
Gets or sets the Text |
Title |
Gets or sets the font of the title bar's text. |
Title |
Gets or sets the color of the title bar's text. |
Learn more about the TXText