Asked by Vanessa Recamadas on May 26, 2024

verifed

Verified

Which Command Button property is used to internally reference the button?

A) Caption
B) Name
C) Identifier
D) Description

Command Button

An interactive button in a graphical user interface that executes a specific command or action when clicked.

Internal Reference

An identifier within a document that points to another part of the same document, such as a footnote or a bibliographic reference.

Name

In computing, a name refers to a label that identifies a variable, function, or entity within a program or system.

  • Acquire knowledge on the configurability and functionalities of ActiveX Controls and form controls.
verifed

Verified Answer

HM
Help Me Get 1k subscribers PleaseMay 30, 2024
Final Answer :
B
Explanation :
The Name property is used to internally reference the button. This name can be used in code to perform specific actions on the button, such as changing its caption or enabling/disabling it.