ControlDesigner::ControlDesignerAccessibleObject::Value Property

 

Gets or sets the value of an accessible object.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
property String^ Value {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The value of an accessible object, or null if the object has no value set.

.NET Framework
Available since 1.1
Return to top
Show: