C# Класс NetIde.Util.Forms.ListView

Наследование: System.Windows.Forms.ListView
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ClearItems ( ) : void

Removes all list view items without calling Items.Clear.

The reason for using this method is that the scroll position is maintained when clearing a list view in this manner. Items.Clear resets the scroll position to the top of the list view.

Защищенные методы

Метод Описание
OnContext ( ContextEventArgs e ) : void
WndProc ( Message &m ) : void

Описание методов

ClearItems() публичный Метод

Removes all list view items without calling Items.Clear.
The reason for using this method is that the scroll position is maintained when clearing a list view in this manner. Items.Clear resets the scroll position to the top of the list view.
public ClearItems ( ) : void
Результат void

OnContext() защищенный Метод

protected OnContext ( ContextEventArgs e ) : void
e ContextEventArgs
Результат void

WndProc() защищенный Метод

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Результат void