SourceEditor Class

Provides a user interface for selecting a URL that references a Silverlight application.

Namespace:  System.Web.UI.Design.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Public Class SourceEditor _
    Inherits UrlEditor
'Usage
Dim instance As SourceEditor
public class SourceEditor : UrlEditor

Inheritance Hierarchy

System.Object
  UITypeEditor
    UrlEditor
      System.Web.UI.Design.SilverlightControls.SourceEditor

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

SourceEditor Members

System.Web.UI.Design.SilverlightControls Namespace