C# Class iQQ.Net.BatchHangQQ.Extensions.ControlExtensions

显示文件 Open project: huoshan12345/iQQ.Net

Public Methods

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

Method Details

AppendText() public static method

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

FindFirstItemIndex() public static method

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

InvokeIfRequired() public static method

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

UpdateItem() public static method

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
return void