ExpressionEditor Members
.NET Framework 2.0
Defines a set of properties and methods for evaluating an expression that is associated with a control property at design time and to provide an expression editor sheet to the visual design host for use in the expression editor dialog box. This class is abstract.
The following tables list the members exposed by the ExpressionEditor type.
| Name | Description | |
|---|---|---|
| ExpressionPrefix | Gets the expression prefix that identifies expression strings that are supported by the expression editor implementation. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| EvaluateExpression | Evaluates an expression string and provides the design-time value for a control property. |
| GetExpressionEditor | Overloaded. Returns an ExpressionEditor implementation that is associated with an expression prefix or expression builder. |
| GetExpressionEditorSheet | Returns an expression editor sheet that is associated with the current expression editor. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Show: