Table of Contents

Property IsCancel

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

IsCancel

Gets or sets a value that indicates whether a Button is a 'Cancel' button. In a modal dialog, a user can activate the 'Cancel' button by pressing the ESC key.

public virtual bool IsCancel { get; set; }

Property Value

bool

true if the Button is a 'Cancel' button; otherwise, false. The default is false.