C# Class KeePass.App.AppDefs

Show file Open project: cappert/keepass2 Class Usage Examples

Public Properties

Property Type Description
ColorControlDisabled Color
ColorControlNormal Color
ColorEditError Color

Public Methods

Method Description
GetEntryField ( PwEntry pe, string strFieldId ) : string

Method Details

GetEntryField() public static method

public static GetEntryField ( PwEntry pe, string strFieldId ) : string
pe PwEntry
strFieldId string
return string

Property Details

ColorControlDisabled public static property

public static Color ColorControlDisabled
return Color

ColorControlNormal public static property

public static Color ColorControlNormal
return Color

ColorEditError public static property

public static Color ColorEditError
return Color