C# Class SystemInsightsMTCDemo.ThreadSafeUIAccessors

Exibir arquivo Open project: systeminsights/mtcdemoapp Class Usage Examples

Public Methods

Method 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 method

public AccessControlList ( System.Windows.Forms.ListViewItem itm, MonitoredListView lst ) : void
itm System.Windows.Forms.ListViewItem
lst MonitoredListView
return void

BuildAlertList() public method

public BuildAlertList ( ListView lv ) : void
lv System.Windows.Forms.ListView
return void

SetBtn() public method

public SetBtn ( Control ctrl, bool a ) : void
ctrl System.Windows.Forms.Control
a bool
return void

SetText() public method

public SetText ( string text, Control ctrl ) : void
text string
ctrl System.Windows.Forms.Control
return void