System.Web.UI.Design.ResourceExpressionEditor.GetExpressionEditorSheet Method

Returns a resource expression editor sheet that is initialized with the input expression string and service provider implementation.

Syntax

public override ExpressionEditorSheet GetExpressionEditorSheet (string expression, IServiceProvider serviceProvider)

Parameters

expression
A resource expression, used to initialize the expression editor sheet.
serviceProvider
A service provider implementation supplied by the designer host, used to initialize the expression editor sheet.

Returns

A System.Web.UI.Design.ResourceExpressionEditorSheet that defines the resource expression properties.

Remarks

The ResourceExpressionEditor.GetExpressionEditorSheet(string, IServiceProvider) method returns an expression editor sheet implementation for resource expressions. The visual designer host uses the expression editor sheet in its expressions dialog box.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0