C# Class System.Windows.Forms.ListBox

Inheritance: ListControl
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Свойство Type Description
colString NSString
column NSTableColumn

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

BeginUpdate() public méthode

public BeginUpdate ( ) : void
Résultat void

ClearSelected() public méthode

public ClearSelected ( ) : void
Résultat void

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

CreateItemCollection() protected méthode

protected CreateItemCollection ( ) : ObjectCollection
Résultat ObjectCollection

EndUpdate() public méthode

public EndUpdate ( ) : void
Résultat void

EnsureVisible() public méthode

public EnsureVisible ( int index ) : void
index int
Résultat void

FindString() public méthode

public FindString ( String s ) : int
s String
Résultat int

FindString() public méthode

public FindString ( string s, int startIndex ) : int
s string
startIndex int
Résultat int

FindStringExact() public méthode

public FindStringExact ( string s ) : int
s string
Résultat int

FindStringExact() public méthode

public FindStringExact ( string s, int startIndex ) : int
s string
startIndex int
Résultat int

GetItemHeight() public méthode

public GetItemHeight ( int index ) : int
index int
Résultat int

GetItemRectangle() public méthode

public GetItemRectangle ( int index ) : Rectangle
index int
Résultat System.Drawing.Rectangle

GetSelected() public méthode

public GetSelected ( int index ) : bool
index int
Résultat bool

IndexFromPoint() public méthode

public IndexFromPoint ( Point p ) : int
p Point
Résultat int

IndexFromPoint() public méthode

public IndexFromPoint ( int x, int y ) : int
x int
y int
Résultat int

ListBox() public méthode

public ListBox ( ) : System
Résultat System

OnChangeUICues() protected méthode

protected OnChangeUICues ( System.Windows.Forms.UICuesEventArgs e ) : void
e System.Windows.Forms.UICuesEventArgs
Résultat void

OnDataSourceChanged() protected méthode

protected OnDataSourceChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDisplayMemberChanged() protected méthode

protected OnDisplayMemberChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDrawItem() protected méthode

protected OnDrawItem ( DrawItemEventArgs e ) : void
e DrawItemEventArgs
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnHandleDestroyed() protected méthode

protected OnHandleDestroyed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMeasureItem() protected méthode

protected OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void
e System.Windows.Forms.MeasureItemEventArgs
Résultat void

OnParentChanged() protected méthode

protected OnParentChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSelectedIndexChanged() protected méthode

protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSelectedValueChanged() protected méthode

protected OnSelectedValueChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

RefreshItem() protected méthode

protected RefreshItem ( int index ) : void
index int
Résultat void

RefreshItems() protected méthode

protected RefreshItems ( ) : void
Résultat void

ResetBackColor() public méthode

public ResetBackColor ( ) : void
Résultat void

ResetForeColor() public méthode

public ResetForeColor ( ) : void
Résultat void

ScaleControl() protected méthode

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
Résultat void

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void

SetItemCore() protected méthode

protected SetItemCore ( int index, object value ) : void
index int
value object
Résultat void

SetItemsCore() protected méthode

protected SetItemsCore ( IList value ) : void
value IList
Résultat void

SetNeedsDisplay() public méthode

public SetNeedsDisplay ( ) : void
Résultat void

SetSelected() public méthode

public SetSelected ( int index, bool value ) : void
index int
value bool
Résultat void

SetupColumn() public méthode

public SetupColumn ( ) : void
Résultat void

SetupTable() public méthode

public SetupTable ( ) : void
Résultat void

Sort() protected méthode

protected Sort ( ) : void
Résultat void

Sort() public méthode

public Sort ( bool paint ) : void
paint bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

colString public_oe property

public NSString colString
Résultat NSString

column public_oe property

public NSTableColumn column
Résultat NSTableColumn