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
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Insert a Command Button | Free |
| 2 | 2. Set Common Command Button Properties | Free |
How-to Guide
1. Insert a Command Button
Entry: Developer Tools → Control Toolbox → Command Button
- Click the Developer Tools tab at the top.
- Select the Command Button control.
- 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
- Select the inserted button.
- Click Control Properties.
- Set Caption to change the button text.
- Set Name to change the button name.
- Set Enabled to control whether the button is available.
- 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.