DataBindingValueUIHandler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a UI handler for data binding values.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class DataBindingValueUIHandler
public class DataBindingValueUIHandler
type DataBindingValueUIHandler = class
Public Class DataBindingValueUIHandler
- Inheritance
-
DataBindingValueUIHandler
Constructors
DataBindingValueUIHandler() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DataBindingValueUIHandler class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
OnGetUIValueItem(ITypeDescriptorContext, PropertyDescriptor, ArrayList) |
This API supports the product infrastructure and is not intended to be used directly from your code. Adds a data binding for the specified property and the specified value item list, if the current control has data bindings and the current object does not already have a binding. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |