June 2002
Intermediate to advanced
816 pages
28h 12m
English
XmlUrlEditor
This class provides a System.Drawing.Design.UITypeEditor that
can be used when modifying properties that correspond to Internet URLs. This
class extends on the basic UrlEditor,
and is customized for creating URLs that point to XML files. The differences are
minor: the ImageUrlEditor.Filter
property is overridden to provide the “*.xml” file filter and the ImageUrlEditor.Caption of the designer
window is modified to “Select XML File.” This class is used, for example, by the DocumentSource
property of the System.Web.UI.WebControls.Xml control.
Public Class XmlUrlEditor : Inherits UrlEditor ' Public Constructors Public Sub New() ' Protected Instance Properties Overrides Protected Property Caption As String Overrides Protected Property Filter As String Overrides Protected Property Options As UrlBuilderOptions End Class
System.Object→System.Drawing.Design.UITypeEditor→UrlEditor→ XmlUrlEditor
Read now
Unlock full access