Selection.CreateTextbox Method

Definition

Adds a default-size text box around the selection.

public:
 void CreateTextbox();
public void CreateTextbox ();
abstract member CreateTextbox : unit -> unit
Public Sub CreateTextbox ()

Remarks

If the selection is an insertion point, this method changes the pointer to a cross-hair pointer so that the user can draw a text box.

Using this method is equivalent to clicking the Text Box button on the Drawing toolbar. A text box is a rectangle with an associated text frame.

Applies to