TabStopFlags Enum
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.
Contains flags defining tab stop properties.
This enumeration supports a bitwise combination of its member values.
public enum class TabStopFlags
C++/CX
public enum class TabStopFlags
enum TabStopFlags
[System.Flags]
public enum TabStopFlags
[<System.Flags>]
type TabStopFlags =
Public Enum TabStopFlags
- Inheritance
-
TabStopFlags
- Attributes
Name | Value | Description |
---|---|---|
USE_DEFAULT_REPEAT | 1 | Use the default repeat value. |
From textmgr.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |