Table of Contents

Class ValueEditorUrl

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Imlements url editor with validation.

[ControlCategory("Editors")]
public class ValueEditorUrl : ValueEditorString, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, IControlAndLabel, INotifyDataErrorInfo
Inheritance
ValueEditorUrl
Implements

Constructors

ValueEditorUrl()

Initializes a new instance of the ValueEditorUrl class.

ValueEditorUrl(string, string?)

Initializes a new instance of the ValueEditorUrl class.

Properties

IsValidText

Gets whether text is valid. Override to provide validation.

IsValidUrl

Gets whether editor contains a valid url.

UrlKind

Gets or sets UriKind of the url.

Methods

Init()

Initializes main child control.