ITextDocument::SetDefaultTabStop method
Sets the default tab stop, which is used when no tab exists beyond the current display position.
Syntax
HRESULT SetDefaultTabStop( [in] float Value );
Parameters
- Value [in]
-
Type: float
New default tab setting, in floating-point points. Default value is 36.0 points, that is, 0.5 inches.
Return value
Type: HRESULT
If the method succeeds it returns S_OK. If the method fails, it returns one of the following COM error codes. For more information on COM error codes, see Error Handling in COM.
| Return code | Description |
|---|---|
|
Invalid argument. |
|
Insufficient memory. |
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
- Reference
- ITextDocument
- GetDefaultTabStop
- AddTab
- ClearAllTabs
- DeleteTab
- GetListTab
- GetTab
- GetTabCount
- SetListTab
- Conceptual
- Text Object Model
Send comments about this topic to Microsoft
Build date: 10/27/2012