C# Class Tp.Integration.Ide.VisualStudio.UI.ListViewEx

显示文件 Open project: TargetProcess/Tp.Integration.Ide.VisualStudio

Public Methods

Method Description
AddComboBoxItem ( object item ) : void
ClearComboBox ( ) : void
ListViewEx ( ) : System
ShowComboBoxForSubItem ( ListViewItem item ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDrawColumnHeader ( DrawListViewColumnHeaderEventArgs e ) : void
OnDrawItem ( DrawListViewItemEventArgs eventArgs ) : void
OnDrawSubItem ( DrawListViewSubItemEventArgs e ) : void
WndProc ( Message &msg ) : void

Private Methods

Method Description
GetIconsSpacerBounds ( ListViewItem item ) : Rectangle
GetTextFormatFlags ( ColumnHeader header ) : TextFormatFlags
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnComboBoxFocusExit ( object sender, EventArgs e ) : void
OnComboBoxKeyPress ( object sender, KeyPressEventArgs e ) : void
OnComboBoxSelectedValueChanged ( object sender, EventArgs e ) : void

Method Details

AddComboBoxItem() public method

public AddComboBoxItem ( object item ) : void
item object
return void

ClearComboBox() public method

public ClearComboBox ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ListViewEx() public method

public ListViewEx ( ) : System
return System

OnDrawColumnHeader() protected method

protected OnDrawColumnHeader ( DrawListViewColumnHeaderEventArgs e ) : void
e DrawListViewColumnHeaderEventArgs
return void

OnDrawItem() protected method

protected OnDrawItem ( DrawListViewItemEventArgs eventArgs ) : void
eventArgs DrawListViewItemEventArgs
return void

OnDrawSubItem() protected method

protected OnDrawSubItem ( DrawListViewSubItemEventArgs e ) : void
e DrawListViewSubItemEventArgs
return void

ShowComboBoxForSubItem() public method

public ShowComboBoxForSubItem ( ListViewItem item ) : void
item ListViewItem
return void

WndProc() protected method

protected WndProc ( Message &msg ) : void
msg Message
return void