Skip to content

Latest commit

 

History

History
169 lines (123 loc) · 3.72 KB

nf-tom-itextpara-setlisttab.md

File metadata and controls

169 lines (123 loc) · 3.72 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tom.ITextPara.SetListTab
ITextPara::SetListTab (tom.h)
Sets the list tab setting, which is the distance between the first indent and the start of the text on the first line.
ITextPara interface [Windows Controls]
SetListTab method
ITextPara.SetListTab
ITextPara::SetListTab
SetListTab
SetListTab method [Windows Controls]
SetListTab method [Windows Controls]
ITextPara interface
_win32_ITextPara_SetListTab
_win32_ITextPara_SetListTab_cpp
controls.ITextPara_SetListTab
controls._win32_ITextPara_SetListTab
tom/ITextPara::SetListTab
controls\ITextPara_SetListTab.htm
Controls
VS|Controls|~\controls\richedit\textobjectmodel\textobjectmodelreference\textobjectmodelinterfaces\setlisttab.htm
12/05/2018
ITextPara interface [Windows Controls],SetListTab method, ITextPara.SetListTab, ITextPara::SetListTab, SetListTab, SetListTab method [Windows Controls], SetListTab method [Windows Controls],ITextPara interface, _win32_ITextPara_SetListTab, _win32_ITextPara_SetListTab_cpp, controls.ITextPara_SetListTab, controls._win32_ITextPara_SetListTab, tom/ITextPara::SetListTab
tom.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextPara::SetListTab
tom/ITextPara::SetListTab
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextPara.SetListTab

ITextPara::SetListTab

-description

Sets the list tab setting, which is the distance between the first indent and the start of the text on the first line.

-parameters

-param Value [in]

Type: float

New list tab value, in floating-point points.

-returns

Type: HRESULT

If ITextPara::SetListTab succeeds, it returns S_OK. If the method fails, it returns one of the following COM error codes. For more information about COM error codes, see Error Handling in COM.

Return code Description
Value
Meaning
E_INVALIDARG
Invalid argument.
E_ACCESSDENIED
Write access is denied.
E_OUTOFMEMORY
Insufficient memory.
CO_E_RELEASED
The paragraph formatting object is attached to a range that has been deleted.

-see-also

AddTab

ClearAllTabs

Conceptual

DeleteTab

GetListTab

GetTab

GetTabCount

ITextPara

Reference

Text Object Model