_Document.ToggleFormsDesign 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.
Toggles form design mode on or off.
public:
void ToggleFormsDesign();
public void ToggleFormsDesign ();
abstract member ToggleFormsDesign : unit -> unit
Public Sub ToggleFormsDesign ()
Remarks
When Word is in form design mode, the Control Toolbox toolbar is displayed. You can use this toolbar to insert ActiveX controls such as command buttons, scroll bars, and option buttons. In form design mode, event procedures don't run, and when you click an embedded control, the control's sizing handles appear.