|
|
|
|
InLeftPane Property, ColumnClass Class |
Returns whether this column is located in the left pane.
Syntax ColumnClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property InLeftPane As Boolean |
C# |
public bool InLeftPane { get; } |
C++ |
public: property bool InLeftPane { |
Property Value
True if this column is in the left pane, otherwise False.
Comments
The InLeftPane property returns whether this column is located in the left pane.
If a tree control does not have a splitter bar (Splitter.Visible), all columns are located in the left pane. A right pane is not present.