TabStop Struct
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.
Holds information about tab stops.
public value class TabStop
struct TabStop
[System.Runtime.InteropServices.ComConversionLoss]
public struct TabStop
[<System.Runtime.InteropServices.ComConversionLoss>]
type TabStop = struct
Public Structure TabStop
- Inheritance
-
TabStop
- Attributes
Fields
cEl |
The number of elements. |
dwFlags |
Specifies tab stop flags. Values are taken from the TabStopFlags enumeration.. |
iCol |
The column index of the tab stop. |
iRepeatWidth |
The repeat width. |