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 |
public static AppendText ( this box, string text, Color color ) : void | ||
box | this | |
text | string | |
color | Color | |
return | void |
public static FindFirstItemIndex ( this lv, string cellText, int subItemIndexes ) : int | ||
lv | this | |
cellText | string | |
subItemIndexes | int | |
return | int |
public static InvokeIfRequired ( this control, MethodInvoker action ) : void | ||
control | this | |
action | MethodInvoker | |
return | void |
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 |