Selection.ColumnSelectMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if column selection mode is active.
public:
property bool ColumnSelectMode { bool get(); void set(bool value); };
public bool ColumnSelectMode { get; set; }
member this.ColumnSelectMode : bool with get, set
Public Property ColumnSelectMode As Boolean
Property Value
Remarks
This property returns True if column selection mode is active, and False if not.
When this mode is active, the letters "COL" appear on the status bar.