C# Class SystemInsightsMTCDemo.ThreadSafeUIAccessors

Afficher le fichier Open project: systeminsights/mtcdemoapp Class Usage Examples

Méthodes publiques

Méthode Description
AccessControlList ( System.Windows.Forms.ListViewItem itm, MonitoredListView lst ) : void
BuildAlertList ( ListView lv ) : void
SetBtn ( Control ctrl, bool a ) : void
SetText ( string text, Control ctrl ) : void

Method Details

AccessControlList() public méthode

public AccessControlList ( System.Windows.Forms.ListViewItem itm, MonitoredListView lst ) : void
itm System.Windows.Forms.ListViewItem
lst MonitoredListView
Résultat void

BuildAlertList() public méthode

public BuildAlertList ( ListView lv ) : void
lv System.Windows.Forms.ListView
Résultat void

SetBtn() public méthode

public SetBtn ( Control ctrl, bool a ) : void
ctrl System.Windows.Forms.Control
a bool
Résultat void

SetText() public méthode

public SetText ( string text, Control ctrl ) : void
text string
ctrl System.Windows.Forms.Control
Résultat void