MediaSourceEditor Class

Provides a user interface for selecting a URL that references a media file.

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

Syntax

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

Inheritance Hierarchy

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

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

MediaSourceEditor Members

System.Web.UI.Design.SilverlightControls Namespace