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

Afficher le fichier Open project: TargetProcess/Tp.Integration.Ide.VisualStudio

Méthodes publiques

Méthode Description
AddComboBoxItem ( object item ) : void
ClearComboBox ( ) : void
ListViewEx ( ) : System
ShowComboBoxForSubItem ( ListViewItem item ) : void

Méthodes protégées

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

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

public AddComboBoxItem ( object item ) : void
item object
Résultat void

ClearComboBox() public méthode

public ClearComboBox ( ) : void
Résultat void

Dispose() protected méthode

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

ListViewEx() public méthode

public ListViewEx ( ) : System
Résultat System

OnDrawColumnHeader() protected méthode

protected OnDrawColumnHeader ( DrawListViewColumnHeaderEventArgs e ) : void
e DrawListViewColumnHeaderEventArgs
Résultat void

OnDrawItem() protected méthode

protected OnDrawItem ( DrawListViewItemEventArgs eventArgs ) : void
eventArgs DrawListViewItemEventArgs
Résultat void

OnDrawSubItem() protected méthode

protected OnDrawSubItem ( DrawListViewSubItemEventArgs e ) : void
e DrawListViewSubItemEventArgs
Résultat void

ShowComboBoxForSubItem() public méthode

public ShowComboBoxForSubItem ( ListViewItem item ) : void
item ListViewItem
Résultat void

WndProc() protected méthode

protected WndProc ( Message &msg ) : void
msg Message
Résultat void