IdxRichEditTabInfoCollection.CreateNew Method
Creates a new tab stop on the horizontal ruler.
Declaration
function CreateNew: IdxRichEditTabInfo;
Returns
Type |
---|
IdxRichEditTabInfo |
Remarks
Call this function to add a tab stop to a paragraph’s tab stop collection. Then, you can customize the returned tab stop by using its properties and methods.
See Also