C# 클래스 GroupedListControl.GroupListControl

상속: System.Windows.Forms.FlowLayoutPanel
파일 보기 프로젝트 열기: TypecastException/GroupedListControl-Published

공개 메소드들

메소드 설명
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