C# 클래스 iQQ.Net.BatchHangQQ.Extensions.ControlExtensions

파일 보기 프로젝트 열기: huoshan12345/iQQ.Net

공개 메소드들

메소드 설명
AppendText ( this box, string text, Color color ) : void
FindFirstItemIndex ( this lv, string cellText, int subItemIndexes ) : int
InvokeIfRequired ( this control, MethodInvoker action ) : void
UpdateItem ( this lv, int itemIndex, System.Windows.Forms.ListViewItem item, int updateSubItemIndexes ) : void

메소드 상세

AppendText() 공개 정적인 메소드

public static AppendText ( this box, string text, Color color ) : void
box this
text string
color Color
리턴 void

FindFirstItemIndex() 공개 정적인 메소드

public static FindFirstItemIndex ( this lv, string cellText, int subItemIndexes ) : int
lv this
cellText string
subItemIndexes int
리턴 int

InvokeIfRequired() 공개 정적인 메소드

public static InvokeIfRequired ( this control, MethodInvoker action ) : void
control this
action MethodInvoker
리턴 void

UpdateItem() 공개 정적인 메소드

public static UpdateItem ( this lv, int itemIndex, System.Windows.Forms.ListViewItem item, int updateSubItemIndexes ) : void
lv this
itemIndex int
item System.Windows.Forms.ListViewItem
updateSubItemIndexes int
리턴 void