Skip to content

P_DataTools_MessageBoxEx_MessageBoxExButton_IsDefault

Nathan Moschkin edited this page Aug 16, 2020 · 2 revisions

MessageBoxExButton.IsDefault Property

Marks this button as default. Note, if there is more than one default button set, the first one wins.

Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public bool IsDefault { get; set; }

VB

Public Property IsDefault As Boolean
	Get
	Set

Property Value

Type: Boolean

See Also

Reference

MessageBoxExButton Class
DataTools.MessageBoxEx Namespace

Clone this wiki locally