ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 505
نمايش فراداده

XmlFileEditor

System.Web.UI.Design (system.design.dll)class

This class provides the interface used for selecting an XML file from the standard open file dialog. It works in conjunction with XmlUrlEditor.

public class 

XmlFileEditor : System.Drawing.Design.UITypeEditor { // Public Constructors public

XmlFileEditor ( ); // Public Instance Methods public override object

EditValue (System.ComponentModel.ITypeDescriptorContext

context , IServiceProvider

provider , object

value ); // overrides System.Drawing.Design.UITypeEditor public override UITypeEditorEditStyle

GetEditStyle (System.ComponentModel.ITypeDescriptorContext

context ); // overrides System.Drawing.Design.UITypeEditor }

Hierarchy

System.Object System.Drawing.Design.UITypeEditor XmlFileEditor