System.Design 2.0.0.0 System.Web.UI.Design.ExpressionEditorSheet The visual designer uses the class with the class to select the individual properties of a resource reference expression, and to combine the selected resource expression property values into a resource expression. The method returns a object. In the expressions dialog box, when you select a control property and bind it to a resource expression, the visual designer calls the method. The visual designer uses the returned object to prompt for the and properties. Once the resource expression properties are selected, the visual designer calls the method to combine the properties into a resource expression string. The property must be specified in a resource expression; it indexes the resource value. The property is optional. It references the class key or file name that defines the resource in the global resources folder. Represents a design-time editor sheet for the properties of a resource expression in the UI of a designer host at design time. Constructor 2.0.0.0 The initial and property values are set using the input string. The property is set using the input implementation. Initializes a new instance of the class. A resource expression, used to initialize the expression editor sheet. A service provider implementation supplied by the designer host, used to obtain additional design-time services. Property 2.0.0.0 System.ComponentModel.DefaultValue("") System.String To be added. In vsprvslong, global resource files are located in the App_GlobalResources folder. Gets or sets the key that matches the filename for the resource in the project's global resource folder. Method 2.0.0.0 System.String To be added. Returns a resource expression that is formed by the expression editor sheet property values. The resource expression string for the current settings in the sheet. Property 2.0.0.0 System.Boolean To be added. This base implementation always returns true. Gets a value that indicates whether the resource expression string is valid. Property 2.0.0.0 System.ComponentModel.DefaultValue("") System.String To be added. The property is required for a resource expression; it indicates the name of the resource. The name of the resource is used at both run time and design time to look up a resource and assign it to a control property. For example, if the property for a control is assigned to the resource expression <%$ Resources:Strings, labelText $>, the resource expression is evaluated and the field is assigned to the labelText resource value in the Strings class. Gets or sets the name of the resource, which is used as a key to find the resource value.