Table of Contents

Class LoginBoxData

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Contains login dialog data.

public class LoginBoxData
Inheritance
LoginBoxData
Inherited Members
Extension Methods

Properties

CultureCode

Gets or sets the selected culture code.

public string CultureCode { get; set; }

Property Value

string

Info

Gets the dialog information.

public DialogInfo Info { get; }

Property Value

DialogInfo

Message

Gets or sets the dialog message.

public string Message { get; set; }

Property Value

string

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

SupportedCultures

Gets or sets the supported culture codes.

public string[] SupportedCultures { get; set; }

Property Value

string[]

UserName

Gets or sets the user name.

public string UserName { get; set; }

Property Value

string