|
|
|
|
CloseButtonWanted Property, ButtonsClass Class |
Defines whether a Close button is available.
Syntax ButtonsClass Class (Softelvdm.SftTabsNET)
VB |
Public Property CloseButtonWanted As Boolean |
C# |
public bool CloseButtonWanted { get; set; } |
C++ |
public: property bool CloseButtonWanted { |
Property Value
True if the Close button is displayed, otherwise False.
The default value is False.
Comments
The CloseButtonWanted property defines whether a Close button is available.
A tab control with a single row of tabs (Rows property) offers an optional Close button. The Close button can be used instead of a form's Close button. The Close button does not require the presence of scroll buttons.
The Alignment property defines the Close, Minimize and Restore button alignment.
The CloseButtonEnabled defines whether the Close button is enabled.
The FullSize property defines whether the Close, Minimize and Restore button are as large as a tab.
The ToolTipClose property can be used to define the Close button tooltip.
Even though the buttons are called Close, Minimize, Restore buttons, they are not limited to be used for that purpose (Close, Minimize, Restore). The names are merely used to identify the buttons.