C# 클래스 System.Windows.Forms.ListView.ItemControl

상속: Control
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form

Private Properties

프로퍼티 타입 설명
BoxIntersectsItem bool
BoxIntersectsText bool
CalculateBoxSelectRectangle System.Drawing.Rectangle
InvalidateBoxSelectRect void
ItemsDoubleClick void
LabelEditCancelled void
LabelEditFinished void
LabelTextChanged void
PerformBoxSelection bool

공개 메소드들

메소드 설명
ItemControl ( ListView owner ) : System

비공개 메소드들

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

메소드 상세

ItemControl() 공개 메소드

public ItemControl ( ListView owner ) : System
owner ListView
리턴 System