Class ValueEditorUrl
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.
Methods
- Init()
Initializes main child control.