Selection.CreateTextbox Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.