Multiple Choice
The standard notation for referring to a control's property in code is:
A) ControlName.PropertyName
B) ControlName->PropertyName
C) ControlName::PropertyName
D) ControlName<PropertyName/>
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q55: Label controls have a(n) _ property that
Q56: The Visual Studio _ window shows a
Q57: A Hello World program is a simple
Q58: Changing a form's Text property will change
Q59: The only way to run a program
Q61: Programmers refer to the act of executing
Q62: When you write the values true or
Q63: A(n) _ can occupy multiple consecutive lines
Q64: Which one of the following is not
Q65: PictureBox controls have a BorderStyle property, but