Table of Contents

Property IsDefault

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

IsDefault

Gets or sets a value that indicates whether a Button is the default button. In a modal dialog, a user invokes the default button by pressing the ENTER key.

bool IsDefault { get; set; }

Property Value

bool

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