TabStop Structure

 

Holds information about tab stops.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

public struct TabStop

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldcEl

The number of elements.

System_CAPS_pubfielddwFlags

Specifies tab stop flags. Values are taken from the TabStopFlags enumeration..

System_CAPS_pubfieldiCol

The column index of the tab stop.

System_CAPS_pubfieldiRepeatWidth

The repeat width.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: