
Invokes the built-in dialog box for setting attributes of text frames. This dialog box is only shown, if a text frame is currently selected. The TextFrameCollection.GetItem method can be used to test whether a text frame is selected or not.
[C#]
public DialogResult TextFrameAttributesDialog();
[Visual Basic]
Public Function TextFrameAttributesDialog() As DialogResult
If the dialog has been left with the Cancel button the return value is DialogResult.Cancel. Otherwise, it is DialogResult.OK.