C# Class KeePass.Forms.MainForm.MainAppState

ファイルを表示 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_oe property

public bool CanCopyPassword
return bool

CanCopyUserName public_oe property

public bool CanCopyUserName
return bool

CanOpenUrl public_oe property

public bool CanOpenUrl
return bool

CanPerformAutoType public_oe property

public bool CanPerformAutoType
return bool

DatabaseOpened public_oe property

public bool DatabaseOpened
return bool

EnableLockCmd public_oe property

public bool EnableLockCmd
return bool

EntriesCount public_oe property

public int EntriesCount
return int

EntriesSelected public_oe property

public int EntriesSelected
return int

FileLocked public_oe property

public bool FileLocked
return bool

IsOneTan public_oe property

public bool IsOneTan
return bool

LockUnlock public_oe property

public string LockUnlock
return string

NoWindowShown public_oe property

public bool NoWindowShown
return bool

SelectedEntry public_oe property

public PwEntry SelectedEntry
return PwEntry