SELECTIONSTATE.iActiveCol Field

Definition

Index of the active column.

public: int iActiveCol;
public: int iActiveCol;
int iActiveCol;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.ViewCol")]
public int iActiveCol;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.ViewCol")>]
val mutable iActiveCol : int
Public iActiveCol As Integer 

Field Value

Attributes

Remarks

This is a ViewCol, NOT a CharIndex. It may be past the end of the physical line.

COM Signature

From textmgr.idl:

Applies to