Table of Contents

Class InputBoxData

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Contains input box dialog data.

public class InputBoxData
Inheritance
InputBoxData
Inherited Members
Extension Methods

Properties

Info

Gets the dialog information.

public DialogInfo Info { get; }

Property Value

DialogInfo

IsNumeric

Gets or sets a value indicating whether the input value should be numeric.

public bool IsNumeric { get; set; }

Property Value

bool

Message

Gets or sets the message displayed by the dialog.

public string Message { get; set; }

Property Value

string

Result

Gets a value indicating whether the dialog result is OK.

public bool Result { get; }

Property Value

bool

Value

Gets or sets the input value.

public string Value { get; set; }

Property Value

string