Intersoft ClientUI Documentation
IsCancel Property



Specifies whether this button is the Cancel button in the page or logical container. A user can activate the Cancel button by pressing the ESC key.
Syntax
<CategoryAttribute("Common Properties")>
Public Overridable Property IsCancel As Boolean
Dim instance As ISButton
Dim value As Boolean
 
instance.IsCancel = value
 
value = instance.IsCancel
[CategoryAttribute("Common Properties")]
public virtual bool IsCancel {get; set;}
[CategoryAttribute("Common Properties")]
public:
virtual property bool IsCancel {
   bool get();
   void set (    bool value);
}
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

ISButton Class
ISButton Members

Send Feedback