C# Class AEMManager.IconCache

Show file Open project: wcm-io-devops/aem-manager Class Usage Examples

Public Methods

Method Description
GetIcon ( IconSet pIconSet, string pCustomIconPath, string pState ) : Icon

Private Methods

Method Description
GetIcon_Interal ( IconSet pIconSet, string pCustomIconPath, string pState ) : Icon
GetIcon_InternalWithOverlay ( Icon baseIcon, Icon overlayIcon ) : Icon

Method Details

GetIcon() public static method

public static GetIcon ( IconSet pIconSet, string pCustomIconPath, string pState ) : Icon
pIconSet IconSet
pCustomIconPath string
pState string
return System.Drawing.Icon