Gets the (serializable) value of the specified control property.
| C# | Visual Basic | Visual C++ |
public virtual Object GetPropertyValue( BindingFlags flags, string name )
Public Overridable Function GetPropertyValue ( _ flags As BindingFlags, _ name As String _ ) As Object
public: virtual Object^ GetPropertyValue( BindingFlags flags, String^ name )
- flags (BindingFlags)
- A combination of flags that further specify which property to get.
- name (String)
- The name of the property.
The value of the property.
| Exception | Condition |
|---|---|
| ActionFailedException | Thrown if invoking the action failed. |
