C# 클래스 SystemInsightsMTCDemo.ThreadSafeUIAccessors

파일 보기 프로젝트 열기: systeminsights/mtcdemoapp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AccessControlList() 공개 메소드

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

BuildAlertList() 공개 메소드

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

SetBtn() 공개 메소드

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

SetText() 공개 메소드

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