C# Class System.Windows.Forms.CheckedListBox

Inheritance: ListBox
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
CollectionChanged void
InvalidateCheckbox void
OnItemClick void
UpdateCollections void

Public Methods

Method Description
CheckedListBox ( ) : System
GetItemCheckState ( int index ) : CheckState
GetItemChecked ( int index ) : bool
SetItemCheckState ( int index, CheckState value ) : void
SetItemChecked ( int index, bool value ) : void
SetupColumn ( ) : void

Protected Methods

Method Description
CreateItemCollection ( ) : ListBox.ObjectCollection
OnBackColorChanged ( EventArgs e ) : void
OnClick ( EventArgs e ) : void
OnDrawItem ( DrawItemEventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnItemCheck ( System.Windows.Forms.ItemCheckEventArgs ice ) : void
OnKeyPress ( KeyPressEventArgs e ) : void
OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void
RefreshItems ( ) : void

Private Methods

Method Description
CollectionChanged ( ) : void
InvalidateCheckbox ( int index ) : void
OnItemClick ( int index ) : void
UpdateCollections ( ) : void

Method Details

CheckedListBox() public method

public CheckedListBox ( ) : System
return System

CreateItemCollection() protected method

protected CreateItemCollection ( ) : ListBox.ObjectCollection
return ListBox.ObjectCollection

GetItemCheckState() public method

public GetItemCheckState ( int index ) : CheckState
index int
return CheckState

GetItemChecked() public method

public GetItemChecked ( int index ) : bool
index int
return bool

OnBackColorChanged() protected method

protected OnBackColorChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e System.EventArgs
return void

OnDrawItem() protected method

protected OnDrawItem ( DrawItemEventArgs e ) : void
e DrawItemEventArgs
return void

OnFontChanged() protected method

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void

OnItemCheck() protected method

protected OnItemCheck ( System.Windows.Forms.ItemCheckEventArgs ice ) : void
ice System.Windows.Forms.ItemCheckEventArgs
return void

OnKeyPress() protected method

protected OnKeyPress ( KeyPressEventArgs e ) : void
e KeyPressEventArgs
return void

OnMeasureItem() protected method

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

OnSelectedIndexChanged() protected method

protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs
return void

RefreshItems() protected method

protected RefreshItems ( ) : void
return void

SetItemCheckState() public method

public SetItemCheckState ( int index, CheckState value ) : void
index int
value CheckState
return void

SetItemChecked() public method

public SetItemChecked ( int index, bool value ) : void
index int
value bool
return void

SetupColumn() public method

public SetupColumn ( ) : void
return void