C# 클래스 System.Windows.Forms.ListBox

상속: ListControl
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
colString NSString
column NSTableColumn

Private Properties

프로퍼티 타입 설명
AddItemsCore void
CalculateTabStops void
CollectionChanged void
DrawItemInternal void
GetItemDisplayRectangle System.Drawing.Rectangle
GetScaledBounds System.Drawing.Rectangle
IndexAtClientPoint int
InvalidateItem void
IsInputCharInternal bool
KeySearch bool
LastVisibleItem int
LayoutListBox void
LayoutMultiColumn void
LayoutSingleColumn void
OnDragDropEnd void
OnGotFocus void
OnItemClick void
OnKeyUpLB void
OnLostFocus void
OnMouseMoveLB void
OnMouseUpLB void
OnPaintInternal void
OnUIAFocusedItemChangedEvent void
OnUIASelectionModeChangedEvent void
SelectExtended void
SelectedItemFromNavigation void
ShiftSelection void
SnapHeightToIntegral int
UpdateListBoxBounds void
UpdateScrollBars void
UpdateTopItem void
refresh void

공개 메소드들

메소드 설명
BeginUpdate ( ) : void
ClearSelected ( ) : void
EndUpdate ( ) : void
EnsureVisible ( int index ) : void
FindString ( String s ) : int
FindString ( string s, int startIndex ) : int
FindStringExact ( string s ) : int
FindStringExact ( string s, int startIndex ) : int
GetItemHeight ( int index ) : int
GetItemRectangle ( int index ) : Rectangle
GetSelected ( int index ) : bool
IndexFromPoint ( Point p ) : int
IndexFromPoint ( int x, int y ) : int
ListBox ( ) : System
Refresh ( ) : void
ResetBackColor ( ) : void
ResetForeColor ( ) : void
SetNeedsDisplay ( ) : void
SetSelected ( int index, bool value ) : void
SetupColumn ( ) : void
SetupTable ( ) : void
Sort ( bool paint ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
CreateHandle ( ) : void
CreateItemCollection ( ) : ObjectCollection
OnChangeUICues ( System.Windows.Forms.UICuesEventArgs e ) : void
OnDataSourceChanged ( EventArgs e ) : void
OnDisplayMemberChanged ( EventArgs e ) : void
OnDrawItem ( DrawItemEventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void
OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void
OnSelectedValueChanged ( EventArgs e ) : void
RefreshItem ( int index ) : void
RefreshItems ( ) : void
ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
SetItemCore ( int index, object value ) : void
SetItemsCore ( IList value ) : void
Sort ( ) : void

비공개 메소드들

메소드 설명
AddItemsCore ( object value ) : void
CalculateTabStops ( ) : void
CollectionChanged ( ) : void
DrawItemInternal ( DrawItemEventArgs e ) : void
GetItemDisplayRectangle ( int index, int first_displayble ) : Rectangle
GetScaledBounds ( Rectangle bounds, SizeF factor, BoundsSpecified specified ) : Rectangle
IndexAtClientPoint ( int x, int y ) : int
InvalidateItem ( int index ) : void
IsInputCharInternal ( char charCode ) : bool
KeySearch ( Keys key ) : bool
LastVisibleItem ( ) : int
LayoutListBox ( ) : void
LayoutMultiColumn ( ) : void
LayoutSingleColumn ( ) : void
OnDragDropEnd ( DragDropEffects effects ) : void
OnGotFocus ( object sender, EventArgs e ) : void
OnItemClick ( int index ) : void
OnKeyUpLB ( object sender, KeyEventArgs e ) : void
OnLostFocus ( object sender, EventArgs e ) : void
OnMouseMoveLB ( object sender, MouseEventArgs e ) : void
OnMouseUpLB ( object sender, MouseEventArgs e ) : void
OnPaintInternal ( PaintEventArgs pevent ) : void
OnUIAFocusedItemChangedEvent ( ) : void
OnUIASelectionModeChangedEvent ( ) : void
SelectExtended ( int index ) : void
SelectedItemFromNavigation ( int index ) : void
ShiftSelection ( int index ) : void
SnapHeightToIntegral ( int height ) : int
UpdateListBoxBounds ( ) : void
UpdateScrollBars ( ) : void
UpdateTopItem ( ) : void
refresh ( ) : void

메소드 상세

BeginUpdate() 공개 메소드

public BeginUpdate ( ) : void
리턴 void

ClearSelected() 공개 메소드

public ClearSelected ( ) : void
리턴 void

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

CreateItemCollection() 보호된 메소드

protected CreateItemCollection ( ) : ObjectCollection
리턴 ObjectCollection

EndUpdate() 공개 메소드

public EndUpdate ( ) : void
리턴 void

EnsureVisible() 공개 메소드

public EnsureVisible ( int index ) : void
index int
리턴 void

FindString() 공개 메소드

public FindString ( String s ) : int
s String
리턴 int

FindString() 공개 메소드

public FindString ( string s, int startIndex ) : int
s string
startIndex int
리턴 int

FindStringExact() 공개 메소드

public FindStringExact ( string s ) : int
s string
리턴 int

FindStringExact() 공개 메소드

public FindStringExact ( string s, int startIndex ) : int
s string
startIndex int
리턴 int

GetItemHeight() 공개 메소드

public GetItemHeight ( int index ) : int
index int
리턴 int

GetItemRectangle() 공개 메소드

public GetItemRectangle ( int index ) : Rectangle
index int
리턴 System.Drawing.Rectangle

GetSelected() 공개 메소드

public GetSelected ( int index ) : bool
index int
리턴 bool

IndexFromPoint() 공개 메소드

public IndexFromPoint ( Point p ) : int
p Point
리턴 int

IndexFromPoint() 공개 메소드

public IndexFromPoint ( int x, int y ) : int
x int
y int
리턴 int

ListBox() 공개 메소드

public ListBox ( ) : System
리턴 System

OnChangeUICues() 보호된 메소드

protected OnChangeUICues ( System.Windows.Forms.UICuesEventArgs e ) : void
e System.Windows.Forms.UICuesEventArgs
리턴 void

OnDataSourceChanged() 보호된 메소드

protected OnDataSourceChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnDisplayMemberChanged() 보호된 메소드

protected OnDisplayMemberChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnDrawItem() 보호된 메소드

protected OnDrawItem ( DrawItemEventArgs e ) : void
e DrawItemEventArgs
리턴 void

OnFontChanged() 보호된 메소드

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnHandleCreated() 보호된 메소드

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnHandleDestroyed() 보호된 메소드

protected OnHandleDestroyed ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMeasureItem() 보호된 메소드

protected OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void
e System.Windows.Forms.MeasureItemEventArgs
리턴 void

OnParentChanged() 보호된 메소드

protected OnParentChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSelectedIndexChanged() 보호된 메소드

protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSelectedValueChanged() 보호된 메소드

protected OnSelectedValueChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

RefreshItem() 보호된 메소드

protected RefreshItem ( int index ) : void
index int
리턴 void

RefreshItems() 보호된 메소드

protected RefreshItems ( ) : void
리턴 void

ResetBackColor() 공개 메소드

public ResetBackColor ( ) : void
리턴 void

ResetForeColor() 공개 메소드

public ResetForeColor ( ) : void
리턴 void

ScaleControl() 보호된 메소드

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
리턴 void

SetBoundsCore() 보호된 메소드

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
리턴 void

SetItemCore() 보호된 메소드

protected SetItemCore ( int index, object value ) : void
index int
value object
리턴 void

SetItemsCore() 보호된 메소드

protected SetItemsCore ( IList value ) : void
value IList
리턴 void

SetNeedsDisplay() 공개 메소드

public SetNeedsDisplay ( ) : void
리턴 void

SetSelected() 공개 메소드

public SetSelected ( int index, bool value ) : void
index int
value bool
리턴 void

SetupColumn() 공개 메소드

public SetupColumn ( ) : void
리턴 void

SetupTable() 공개 메소드

public SetupTable ( ) : void
리턴 void

Sort() 보호된 메소드

protected Sort ( ) : void
리턴 void

Sort() 공개 메소드

public Sort ( bool paint ) : void
paint bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

colString 공개적으로 프로퍼티

public NSString colString
리턴 NSString

column 공개적으로 프로퍼티

public NSTableColumn column
리턴 NSTableColumn