Table of Contents

Class FirstRunBoxData

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Contains first run dialog data.

public class FirstRunBoxData
Inheritance
FirstRunBoxData
Inherited Members
Extension Methods

Properties

FullName

Gets or sets the full name.

public string FullName { get; set; }

Property Value

string

Info

Gets the dialog information.

public DialogInfo Info { get; }

Property Value

DialogInfo

Password

Gets or sets the password.

public string Password { get; set; }

Property Value

string

Result

Gets a value indicating whether the dialog result is OK.

public bool Result { get; }

Property Value

bool

UserName

Gets or sets the user name.

public string UserName { get; set; }

Property Value

string