C# Class ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.InternalCheckedListBox

Inheritance: System.Windows.Forms.ListBox
Afficher le fichier Open project: ComponentFactory/Krypton

Private Properties

Свойство Type Description
InnerArrayGetCount int
InnerArrayGetEntryObject object
InnerArrayGetEnumerator IEnumerator
InnerArrayGetItem object
InnerArrayGetState bool
InnerArrayIndexOf int
InnerArrayIndexOfIdentifier int
InnerArraySetState void
InternalCheckedListBox System
LbnSelChange void
WmKeyDown void
WmPaint void

Méthodes publiques

Méthode Description
InternalCheckedListBox ( KryptonCheckedListBox kryptonCheckedListBox ) : System

Initialize a new instance of the InternalCheckedListBox class.

Recreate ( ) : void

Recreate the window handle.

RefreshItemSizes ( ) : void

Force the remeasure of items so they are sized correctly.

Méthodes protégées

Méthode Description
CreateItemCollection ( ) : ObjectCollection

Creates a new instance of the item collection.

Dispose ( bool disposing ) : void

Releases all resources used by the Control.

OnClick ( EventArgs e ) : void

Raises the Click event.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the KeyPress event.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

Raises the Layout event.

OnSelectedIndexChanged ( EventArgs e ) : void

Raises the SelectedIndexChanged event.

OnTrackMouseEnter ( EventArgs e ) : void

Raises the TrackMouseEnter event.

OnTrackMouseLeave ( EventArgs e ) : void

Raises the TrackMouseLeave event.

WmReflectCommand ( Message &m ) : void

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

WndProc ( Message &m ) : void

Process Windows-based messages.

Private Methods

Méthode Description
InnerArrayGetCount ( int stateMask ) : int
InnerArrayGetEntryObject ( int index, int stateMask ) : object
InnerArrayGetEnumerator ( int stateMask, bool anyBit ) : IEnumerator
InnerArrayGetItem ( int index, int stateMask ) : object
InnerArrayGetState ( int index, int stateMask ) : bool
InnerArrayIndexOf ( object item, int stateMask ) : int
InnerArrayIndexOfIdentifier ( object identifier, int stateMask ) : int
InnerArraySetState ( int index, int stateMask, bool value ) : void
InternalCheckedListBox ( ) : System
LbnSelChange ( ) : void
WmKeyDown ( Message &m ) : void
WmPaint ( Message &m ) : void

Method Details

CreateItemCollection() protected méthode

Creates a new instance of the item collection.
protected CreateItemCollection ( ) : ObjectCollection
Résultat ObjectCollection

Dispose() protected méthode

Releases all resources used by the Control.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

InternalCheckedListBox() public méthode

Initialize a new instance of the InternalCheckedListBox class.
public InternalCheckedListBox ( KryptonCheckedListBox kryptonCheckedListBox ) : System
kryptonCheckedListBox KryptonCheckedListBox Reference to owning control.
Résultat System

OnClick() protected méthode

Raises the Click event.
protected OnClick ( EventArgs e ) : void
e System.EventArgs A EventArgs containing the event data.
Résultat void

OnKeyPress() protected méthode

Raises the KeyPress event.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs A KeyPressEventArgs containing the event data.
Résultat void

OnLayout() protected méthode

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs A LayoutEventArgs containing the event data.
Résultat void

OnSelectedIndexChanged() protected méthode

Raises the SelectedIndexChanged event.
protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs A EventArgs containing the event data.
Résultat void

OnTrackMouseEnter() protected méthode

Raises the TrackMouseEnter event.
protected OnTrackMouseEnter ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

OnTrackMouseLeave() protected méthode

Raises the TrackMouseLeave event.
protected OnTrackMouseLeave ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

Recreate() public méthode

Recreate the window handle.
public Recreate ( ) : void
Résultat void

RefreshItemSizes() public méthode

Force the remeasure of items so they are sized correctly.
public RefreshItemSizes ( ) : void
Résultat void

WmReflectCommand() protected méthode

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
protected WmReflectCommand ( Message &m ) : void
m System.Windows.Forms.Message The Message the top-level window sent to the InternalCheckedListBox control.
Résultat void

WndProc() protected méthode

Process Windows-based messages.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message A Windows-based message.
Résultat void