C# Class NLogViewer.GlobalImageList

Inheritance: System.Windows.Forms.UserControl
Show file Open project: jkowalski/NLogViewer

Public Properties

Property Type Description
Instance GlobalImageList

Private Properties

Property Type Description
GlobalImageList System
InitializeComponent void

Public Methods

Method Description
GetIconForLevel ( string level ) : Icon
GetImageForLevel ( string level ) : int

Private Methods

Method Description
GlobalImageList ( ) : System
InitializeComponent ( ) : void

Method Details

GetIconForLevel() public method

public GetIconForLevel ( string level ) : Icon
level string
return System.Drawing.Icon

GetImageForLevel() public method

public GetImageForLevel ( string level ) : int
level string
return int

Property Details

Instance public static property

public static GlobalImageList,NLogViewer Instance
return GlobalImageList