Property | Type | Description | |
---|---|---|---|
colString | NSString | ||
column | NSTableColumn |
Property | Type | Description | |
---|---|---|---|
AddItemsCore | void | ||
CalculateTabStops | void | ||
CollectionChanged | void | ||
DrawItemInternal | void | ||
GetItemDisplayRectangle | |||
GetScaledBounds | |||
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 |
Method | 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 ) : |
||
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 |
Method | Description | |
---|---|---|
CreateHandle ( ) : void | ||
CreateItemCollection ( ) : ObjectCollection | ||
OnChangeUICues ( System.Windows.Forms.UICuesEventArgs e ) : void | ||
OnDataSourceChanged ( |
||
OnDisplayMemberChanged ( |
||
OnDrawItem ( |
||
OnFontChanged ( |
||
OnHandleCreated ( |
||
OnHandleDestroyed ( |
||
OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void | ||
OnParentChanged ( |
||
OnResize ( |
||
OnSelectedIndexChanged ( |
||
OnSelectedValueChanged ( |
||
RefreshItem ( int index ) : void | ||
RefreshItems ( ) : void | ||
ScaleControl ( |
||
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void | ||
SetItemCore ( int index, object value ) : void | ||
SetItemsCore ( IList value ) : void | ||
Sort ( ) : void |
Method | Description | |
---|---|---|
AddItemsCore ( object value ) : void | ||
CalculateTabStops ( ) : void | ||
CollectionChanged ( ) : void | ||
DrawItemInternal ( |
||
GetItemDisplayRectangle ( int index, int first_displayble ) : |
||
GetScaledBounds ( |
||
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, |
||
OnItemClick ( int index ) : void | ||
OnKeyUpLB ( object sender, |
||
OnLostFocus ( object sender, |
||
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 |
protected CreateItemCollection ( ) : ObjectCollection | ||
return | ObjectCollection |
public FindString ( string s, int startIndex ) : int | ||
s | string | |
startIndex | int | |
return | int |
public FindStringExact ( string s, int startIndex ) : int | ||
s | string | |
startIndex | int | |
return | int |
public GetItemRectangle ( int index ) : |
||
index | int | |
return |
protected OnChangeUICues ( System.Windows.Forms.UICuesEventArgs e ) : void | ||
e | System.Windows.Forms.UICuesEventArgs | |
return | void |
protected OnDataSourceChanged ( |
||
e | ||
return | void |
protected OnDisplayMemberChanged ( |
||
e | ||
return | void |
protected OnDrawItem ( |
||
e | ||
return | void |
protected OnFontChanged ( |
||
e | ||
return | void |
protected OnHandleCreated ( |
||
e | ||
return | void |
protected OnHandleDestroyed ( |
||
e | ||
return | void |
protected OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void | ||
e | System.Windows.Forms.MeasureItemEventArgs | |
return | void |
protected OnParentChanged ( |
||
e | ||
return | void |
protected OnResize ( |
||
e | ||
return | void |
protected OnSelectedIndexChanged ( |
||
e | ||
return | void |
protected OnSelectedValueChanged ( |
||
e | ||
return | void |
protected ScaleControl ( |
||
factor | ||
specified | BoundsSpecified | |
return | void |
protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
specified | BoundsSpecified | |
return | void |
protected SetItemCore ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
protected SetItemsCore ( IList value ) : void | ||
value | IList | |
return | void |
public SetSelected ( int index, bool value ) : void | ||
index | int | |
value | bool | |
return | void |