Question: Given the following declaration of the textBox1 object. Which can place the textBox1 object at the location (210, 175)? Given the following declaration of the
Given the following declaration of the "textBox1" object. Which can place the "textBox1" object at the location (210, 175)?
Given the following declaration of the "textBox1" object. Which can place the "textBox1" object at the location (210, 175)? private: TextBox AtextBox1; textBox1->Left(175); textBox1->Top(210); textBox1->(Left, Top) = (175,210); textBox1->Left 210; textBox1->Top = 175; textBox1->Left(210); textBox1->Top(175); O textBox1->Left - 175; textBox1->Top = 210;
Step by Step Solution
3.37 Rating (147 Votes )
There are 3 Steps involved in it
Answer The correct syntax to place t... View full answer
Get step-by-step solutions from verified subject matter experts
