C# Class System.Windows.Forms.ListView.ItemControl

Inheritance: Control
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Private Properties

Свойство Type Description
BoxIntersectsItem bool
BoxIntersectsText bool
CalculateBoxSelectRectangle System.Drawing.Rectangle
InvalidateBoxSelectRect void
ItemsDoubleClick void
LabelEditCancelled void
LabelEditFinished void
LabelTextChanged void
PerformBoxSelection bool

Méthodes publiques

Méthode Description
ItemControl ( ListView owner ) : System

Private Methods

Méthode Description
BoxIntersectsItem ( int index ) : bool
BoxIntersectsText ( int index ) : bool
CalculateBoxSelectRectangle ( Point pt ) : Rectangle
InvalidateBoxSelectRect ( ) : void
ItemsDoubleClick ( object sender, EventArgs e ) : void
LabelEditCancelled ( object sender, EventArgs e ) : void
LabelEditFinished ( object sender, EventArgs e ) : void
LabelTextChanged ( object sender, EventArgs e ) : void
PerformBoxSelection ( Point pt ) : bool

Method Details

ItemControl() public méthode

public ItemControl ( ListView owner ) : System
owner ListView
Résultat System