answersLogoWhite

0


Best Answer

ControlToValidate property

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the name of the property that assigns the object name to the validation control?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What object assigns students to their own particular house at hogwarts?

Sorting Hat.


What is a valid variable declaration in PHP?

In PHP, you can declare a variable in several ways.In the global scope, or within a function, you can use:var $variable; // Creates an empty variable$variable = {something}; // declares, then assigns, the variableIn the object scope, a property operates like a variable:public $variable; // Creates an empty propertyprivate $variable; // Same thing, but can't be referenced outside the objectprotected $variable; // Similar, but can only be referenced in the object or any object extended by itpublic/private/protected $variable = {something}; // declares, then assigns a default value to, the property$this->variable = {something}; // if not declared, this will declare the property and assign the value to itYou can also create object properties from outside the object:$object->variable = {something}; // works just like $this->variableFinally, the arguments to a function are implicitly declared:function DoSomething ($variable) { ... } // declares and assigns $variableVariables in PHP are very flexible, mutable things. This is unlike some other languages that rely on strict type declarations for variables and other code constructs.


Is the size of an object a physical property or physical change?

An object's size is a physical property of the object.


What property is 4x5 equals 5x4?

Associative property


Is density a property of an object or a property of the substance the object or a property of the substance the object is made of?

Density (or more properly Relative Density) is an elemental property. An object made from one or more elements will have a density related to the density of the elements.


What is command button visual basic?

command button is one of the control used to execute the codes or commands.


What is properties in Visual Basic?

Properties allow you to customize how the controls on your forms look. For example, the textbox control has a property called, "Text," allowing you to set the default text when the form loads.


Is color an object or a property of light?

The property of light


What property changes if the size of an object changes?

The property of the object would change "solid, liquid, or gas"


What is difference between enable and visible property in visual basic?

Visible means that the property can be used, but is not visible in the graphical user interface. But, if the user were to click a control that edit the objects properties, the object would change even if it isn't visible. Enabled/Disable means that for instance if the object is Disabled, it's still visible but the user cannot interact with it. This means, that if code is executed for the control that is disabled, nothing will change to that control.


What is the purpose of the name property of a control?

The name property defines an object's visible name. For instance, when you insert a button, it's default name is "Button (number)". Using the 'name' property to identify the button as "Exit" changes the button's text to Exit.


Is color a property of an object?

Yes. The colour of an object is determined by what frequenc(y/ies) of electromagnetic wave it emits in the visible spectrum. The colour of an object is a physical property of that object.