C# Class ColumnMouseEvent.ColumnMenu

Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: NtreevSoft/GridControl

Méthodes publiques

Méthode Description
ColumnMenu ( ) : System
ColumnMenu ( IContainer container ) : System
Show ( Column column, Point location ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

사용 중인 모든 리소스를 정리합니다.

Private Methods

Méthode Description
InitializeComponent ( ) : void

디자이너 지원에 필요한 메서드입니다. 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.

toolStripMenuItemAlignment_DropDownOpening ( object sender, EventArgs e ) : void
toolStripMenuItemBottom_Click ( object sender, EventArgs e ) : void
toolStripMenuItemCenter_Click ( object sender, EventArgs e ) : void
toolStripMenuItemLeft_Click ( object sender, EventArgs e ) : void
toolStripMenuItemLineAlignment_DropDownOpening ( object sender, EventArgs e ) : void
toolStripMenuItemMiddle_Click ( object sender, EventArgs e ) : void
toolStripMenuItemRight_Click ( object sender, EventArgs e ) : void
toolStripMenuItemSortDown_Click ( object sender, EventArgs e ) : void
toolStripMenuItemSortNone_Click ( object sender, EventArgs e ) : void
toolStripMenuItemSortUp_Click ( object sender, EventArgs e ) : void
toolStripMenuItemSort_DropDownOpening ( object sender, EventArgs e ) : void
toolStripMenuItemTop_Click ( object sender, EventArgs e ) : void

Method Details

ColumnMenu() public méthode

public ColumnMenu ( ) : System
Résultat System

ColumnMenu() public méthode

public ColumnMenu ( IContainer container ) : System
container IContainer
Résultat System

Dispose() protected méthode

사용 중인 모든 리소스를 정리합니다.
protected Dispose ( bool disposing ) : void
disposing bool 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.
Résultat void

Show() public méthode

public Show ( Column column, Point location ) : void
column Column
location Point
Résultat void