C# Класс GroupedListControl.GroupListControl

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

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

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

Collapses all ListGroups contained in the current instance.

ExpandAll ( ) : void

Expands all listgroups contained in the current instance.

GroupListControl ( ) : System
GroupListControl_ControlAdded ( object sender, System.Windows.Forms.ControlEventArgs e ) : void

Handles the ControlAdded Event for the current instance.

lg_GroupCollapsed ( object sender, EventArgs e ) : void

Handles the Collapsed event for the current instance.

lg_GroupExpanded ( object sender, EventArgs e ) : void

Handles the Expanded event for the current instance.

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

Метод Описание
WndProc ( System &m ) : void

Disables the horizontal scrollbar in the primary container control. Individual ListGroups within the GroupList have their own scrollbars if needed.

Приватные методы

Метод Описание
ShowScrollBar ( IntPtr hWnd, int wBar, bool bShow ) : bool

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

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

Collapses all ListGroups contained in the current instance.
public CollapseAll ( ) : void
Результат void

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

Expands all listgroups contained in the current instance.
public ExpandAll ( ) : void
Результат void

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

public GroupListControl ( ) : System
Результат System

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

Handles the ControlAdded Event for the current instance.
public GroupListControl_ControlAdded ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
sender object
e System.Windows.Forms.ControlEventArgs
Результат void

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

Disables the horizontal scrollbar in the primary container control. Individual ListGroups within the GroupList have their own scrollbars if needed.
protected WndProc ( System &m ) : void
m System
Результат void

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

Handles the Collapsed event for the current instance.
public lg_GroupCollapsed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

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

Handles the Expanded event for the current instance.
public lg_GroupExpanded ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void