C# Class KeePass.Forms.MainForm.MainAppState

Show file Open project: cappert/keepass2

Public Properties

Property Type Description
CanCopyPassword bool
CanCopyUserName bool
CanOpenUrl bool
CanPerformAutoType bool
DatabaseOpened bool
EnableLockCmd bool
EntriesCount int
EntriesSelected int
FileLocked bool
IsOneTan bool
LockUnlock string
NoWindowShown bool
SelectedEntry PwEntry

Property Details

CanCopyPassword public property

public bool CanCopyPassword
return bool

CanCopyUserName public property

public bool CanCopyUserName
return bool

CanOpenUrl public property

public bool CanOpenUrl
return bool

CanPerformAutoType public property

public bool CanPerformAutoType
return bool

DatabaseOpened public property

public bool DatabaseOpened
return bool

EnableLockCmd public property

public bool EnableLockCmd
return bool

EntriesCount public property

public int EntriesCount
return int

EntriesSelected public property

public int EntriesSelected
return int

FileLocked public property

public bool FileLocked
return bool

IsOneTan public property

public bool IsOneTan
return bool

LockUnlock public property

public string LockUnlock
return string

NoWindowShown public property

public bool NoWindowShown
return bool

SelectedEntry public property

public PwEntry SelectedEntry
return PwEntry