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

Afficher le fichier Open project: huoshan12345/iQQ.Net

Méthodes publiques

Méthode 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 méthode

public static AppendText ( this box, string text, Color color ) : void
box this
text string
color Color
Résultat void

FindFirstItemIndex() public static méthode

public static FindFirstItemIndex ( this lv, string cellText, int subItemIndexes ) : int
lv this
cellText string
subItemIndexes int
Résultat int

InvokeIfRequired() public static méthode

public static InvokeIfRequired ( this control, MethodInvoker action ) : void
control this
action MethodInvoker
Résultat void

UpdateItem() public static méthode

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
Résultat void