Intersoft ClientUI Documentation
IsEditing Property (UXDomainUpDown)



Gets a value indicating whether the control is in EditMode.
Syntax
<CategoryAttribute("Common Properties")>
Public ReadOnly Property IsEditing As Boolean
Dim instance As UXDomainUpDown
Dim value As Boolean
 
value = instance.IsEditing
[CategoryAttribute("Common Properties")]
public bool IsEditing {get;}
[CategoryAttribute("Common Properties")]
public:
property bool IsEditing {
   bool get();
}

Property Value

True if currently in edit mode; otherwise, False.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDomainUpDown Class
UXDomainUpDown Members

Send Feedback