프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ItemsLV |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InitializeComponent | void | ||
ItemsLV_DoubleClick | void | ||
ItemsLV_MouseDown | void | ||
ItemsLV_MouseMove | void | ||
ItemsLV_MouseUp | void | ||
ItemsLV_SelectedIndexChanged | void |
메소드 | 설명 | |
---|---|---|
BaseListCtrl ( ) : System |
Initializes a new instance of the BaseListCtrl class.
|
|
GetItems ( System type ) : Array |
Returns the objects associated with the items in the control.
|
|
GetSelectedItems ( System type ) : Array |
Returns the objects associated with the selected items in the control.
|
메소드 | 설명 | |
---|---|---|
AddItem ( object item ) : ListViewItem |
Adds an item to the list.
|
|
AddItem ( object item, string icon, int index ) : ListViewItem |
Adds an item to the list.
|
|
AdjustColumns ( ) : void |
Adjusts the columns shown in the list view.
|
|
BeginUpdate ( ) : void |
Starts overwriting the contents of the control.
|
|
CompareItems ( object item1, object item2 ) : int |
Compares two items in the list.
|
|
DeleteSelection ( ) : void |
Deletes the currently selected items.
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
EnableMenuItems ( ListViewItem clickedItem ) : void |
Enables the state of menu items.
|
|
EndUpdate ( ) : void |
Finishes overwriting the contents of the control.
|
|
FindItem ( object tag ) : ListViewItem |
Finds the list item with specified tag in the control,
|
|
GetDataToDrag ( ) : object |
Returns the data to drag.
|
|
GetSelectedTag ( int index ) : object |
Returns the tag associated with a selected item.
|
|
ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void |
Handles the DragDrop event of the ItemsLV control.
|
|
ItemsLV_DragEnter ( object sender, DragEventArgs e ) : void |
Handles the DragEnter event of the ItemsLV control.
|
|
NotifyItemAdded ( object item ) : void |
Sends notifications that an item has been added to the control.
|
|
NotifyItemModified ( object item ) : void |
Sends notifications that an item has been modified in the control.
|
|
NotifyItemRemoved ( object item ) : void |
Sends notifications that and item has been removed from the control.
|
|
NotifyItemsAdded ( object items ) : void |
Sends notifications that items have been added to the control.
|
|
NotifyItemsModified ( object items ) : void |
Sends notifications that items have been modified in the control.
|
|
NotifyItemsRemoved ( object items ) : void |
Sends notifications that items have been removed from the control.
|
|
PickItems ( ) : void |
Sends notifications whenever items in the control are 'picked'.
|
|
SelectItems ( ) : void |
Sends notifications whenever items in the control are 'selected'.
|
|
SetColumns ( object columns ) : void |
Sets the columns shown in the list view.
|
|
UpdateItem ( ListViewItem listItem, object item ) : void |
Updates a list item with the current contents of an object.
|
|
UpdateItem ( ListViewItem listItem, object item, int index ) : void |
Updates a list item with the current contents of an object.
|
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ItemsLV_DoubleClick ( object sender, System e ) : void | ||
ItemsLV_MouseDown ( object sender, System e ) : void | ||
ItemsLV_MouseMove ( object sender, MouseEventArgs e ) : void | ||
ItemsLV_MouseUp ( object sender, MouseEventArgs e ) : void | ||
ItemsLV_SelectedIndexChanged ( object sender, System e ) : void |
protected AddItem ( object item, string icon, int index ) : ListViewItem | ||
item | object | |
icon | string | |
index | int | |
리턴 | ListViewItem |
protected CompareItems ( object item1, object item2 ) : int | ||
item1 | object | |
item2 | object | |
리턴 | int |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected EnableMenuItems ( ListViewItem clickedItem ) : void | ||
clickedItem | ListViewItem | |
리턴 | void |
protected ItemsLV_DragDrop ( object sender, DragEventArgs e ) : void | ||
sender | object | The source of the event. |
e | DragEventArgs | The |
리턴 | void |
protected ItemsLV_DragEnter ( object sender, DragEventArgs e ) : void | ||
sender | object | The source of the event. |
e | DragEventArgs | The |
리턴 | void |
protected NotifyItemModified ( object item ) : void | ||
item | object | |
리턴 | void |
protected NotifyItemsModified ( object items ) : void | ||
items | object | |
리턴 | void |
protected NotifyItemsRemoved ( object items ) : void | ||
items | object | |
리턴 | void |
protected UpdateItem ( ListViewItem listItem, object item ) : void | ||
listItem | ListViewItem | |
item | object | |
리턴 | void |
protected UpdateItem ( ListViewItem listItem, object item, int index ) : void | ||
listItem | ListViewItem | |
item | object | |
index | int | |
리턴 | void |