TextPoint.DisplayColumn Property

Definition

Gets the number of the current displayed column containing the TextPoint object.

public:
 property int DisplayColumn { int get(); };
public:
 property int DisplayColumn { int get(); };
[System.Runtime.InteropServices.DispId(14)]
public int DisplayColumn { [System.Runtime.InteropServices.DispId(14)] get; }
[<System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.DispId(14)>]
member this.DisplayColumn : int
Public ReadOnly Property DisplayColumn As Integer

Property Value

An integer value indicating the number of the current displayed column containing the TextPoint object.

Attributes

Remarks

The column numbering starts at one. The display column may be different from the value of the LineCharOffset property if the line contains tab characters. DisplayColumn uses the global setting for tab size to determine the displayed column.

Applies to