which one is the properties of command button
Answers
Answered by
2
Answer:
- 1. AutoSizeMode Gets or sets the mode by which the Button automatically resizes itself.
- 2 BackColor Gets or sets the background color of the control
Answered by
2
A command button performs a task when the user clicks the button. You use a CommandButton control to begin, interrupt, or end a process. When clicked, a command button appears to be pushed in and so is sometimes called a push button.
Similar questions