UrlEditor クラス
アセンブリ: System.Design (system.design.dll 内)


UrlEditor は、URL を選択するためのダイアログ ボックスを提供する UITypeEditor です。

<EditorAttribute(GetType(System.Web.UI.Design.UrlEditor), GetType(UITypeEditor))> _ Public Property URL() As String Get Return http_url End Get Set http_url = value End Set End Property Private http_url As String
[EditorAttribute(typeof(System.Web.UI.Design.UrlEditor), typeof(UITypeEditor))] public string URL { get { return http_url; } set { http_url = value; } } private string http_url;



Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- UrlEditor クラスのページへのリンク