C# Class NLogViewer.GlobalImageList

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: jkowalski/NLogViewer

Méthodes publiques

Свойство Type Description
Instance GlobalImageList

Private Properties

Свойство Type Description
GlobalImageList System
InitializeComponent void

Méthodes publiques

Méthode Description
GetIconForLevel ( string level ) : Icon
GetImageForLevel ( string level ) : int

Private Methods

Méthode Description
GlobalImageList ( ) : System
InitializeComponent ( ) : void

Method Details

GetIconForLevel() public méthode

public GetIconForLevel ( string level ) : Icon
level string
Résultat System.Drawing.Icon

GetImageForLevel() public méthode

public GetImageForLevel ( string level ) : int
level string
Résultat int

Property Details

Instance public_oe static_oe property

public static GlobalImageList,NLogViewer Instance
Résultat GlobalImageList