This documentation is archived and is not being maintained.

ResourceExpressionEditorSheet Members

Represents a design-time editor sheet for the properties of a resource expression in the UI of a designer host at design time.

The ResourceExpressionEditorSheet type exposes the following members.

  NameDescription
Public method ResourceExpressionEditorSheet Initializes a new instance of the ResourceExpressionEditorSheet class.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetExpression Returns a resource expression that is formed by the expression editor sheet property values. (Overrides ExpressionEditorSheet::GetExpression().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property ClassKey Gets or sets the key that matches the filename for the resource in the project's global resource folder.
Public property IsValid Gets a value that indicates whether the resource expression string is valid. (Overrides ExpressionEditorSheet::IsValid.)
Public property ResourceKey Gets or sets the name of the resource, which is used as a key to find the resource value.
Public property ServiceProvider Gets the service provider implementation that is used by the expression editor sheet. (Inherited from ExpressionEditorSheet.)
Top
Show: