Share

acedEditMTextInteractive

C++

int acedEditMTextInteractive(
    AcDbMText* pMText, 
    bool useNewUI = false, 
    bool allowTabs = false
);

File

aced.h

Description

Invokes the MTEXT user interface.

Parameters

Parameters Description
pMText Pointer to an AcDbMText object, which must be open for read, and preferably for write
useNewUI Input Boolean indicating whether to use the frameless WYSIWYG UI or the tabbed dialog (the default)
allowTabs Input Boolean indicating whether to allow tabs and display the ruler used for tab stop support in the MTEXT UI (by default, tabs are not allowed and the ruler is not displayed)

Was this information helpful?