How to Use WPS Command Button on Windows

Last updated:July 17, 2026

Use WPS Command Button with 2 how-to topics, including inserting a command button and setting common command button properties; choose a topic from the index and follow the steps.

How-to Index

How-to Guide

1. Insert a Command Button

Entry: Developer Tools → Control Toolbox → Command Button

  1. Click the Developer Tools tab at the top.
  2. Select the Command Button control.
  3. Drag on the slide to draw the button.

Success Criteria

  • Interface result: A visible button control appears on the current slide.
  • What you can do next: The button can be selected and its properties can be edited.

Tips While Using

  • Common mistake: If you are not on the Developer Tools tab, the command button entry may not be visible.
  • Environment note: If you plan to trigger VBA code later, the document environment should allow related active content.

2. Set Common Command Button Properties

Entry: Select the button → Control Properties

  1. Select the inserted button.
  2. Click Control Properties.
  3. Set Caption to change the button text.
  4. Set Name to change the button name.
  5. Set Enabled to control whether the button is available.
  6. Set BackColor to change the button background color.

Success Criteria

  • Interface result: The property changes are applied to the current button.
  • What you can do next: The button text, name, availability, or background color changes accordingly.

Tips While Using

  • Common mistake: If the button is not selected first, the properties may not be applied to the intended control.
  • Environment note: Different properties directly affect the button appearance or clickability, so confirm the intended use before editing.