A ________ is used to display data on the main form on different tabs

A) display control
B) tab control
C) form control
D) property

B

Computer Science & Information Technology

You might also like to view...

PNG files use a Lossy image compression algorithm

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following commands is used to create a custom object using the new operator?

A. var objName = new Object();object.property = value;object.method = function() {commands}; B. var objName = value;object.Name = value;object.property = function() {commands}; C. var method = new Object();object.property = value;object.objName = function() {commands}; D. var objName = Object();object.Name = Object();object.method = function() {commands};

Computer Science & Information Technology