OpenTabsDialogCommand Class
In This Article
A command to invoke the Tabs paragraph dialog.
#Declaration
TypeScript
declare class OpenTabsDialogCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.openTabsDialog property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
OpenTabsDialogCommand
See Also