Свойство | 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éthode | Description | |
---|---|---|
InternalCheckedListBox ( |
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éthode | Description | |
---|---|---|
CreateItemCollection ( ) : ObjectCollection |
Creates a new instance of the item collection.
|
|
Dispose ( bool disposing ) : void |
Releases all resources used by the Control.
|
|
OnClick ( |
Raises the Click event.
|
|
OnKeyPress ( |
Raises the KeyPress event.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event.
|
|
OnSelectedIndexChanged ( |
Raises the SelectedIndexChanged event.
|
|
OnTrackMouseEnter ( |
Raises the TrackMouseEnter event.
|
|
OnTrackMouseLeave ( |
Raises the TrackMouseLeave event.
|
|
WmReflectCommand ( |
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
|
|
WndProc ( |
Process Windows-based messages.
|
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 ( |
||
WmPaint ( |
protected CreateItemCollection ( ) : ObjectCollection | ||
Résultat | ObjectCollection |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Résultat | void |
public InternalCheckedListBox ( |
||
kryptonCheckedListBox | Reference to owning control. | |
Résultat | System |
protected OnClick ( |
||
e | A EventArgs containing the event data. | |
Résultat | void |
protected OnKeyPress ( |
||
e | A KeyPressEventArgs containing the event data. | |
Résultat | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | A LayoutEventArgs containing the event data. |
Résultat | void |
protected OnSelectedIndexChanged ( |
||
e | A EventArgs containing the event data. | |
Résultat | void |
protected OnTrackMouseEnter ( |
||
e | An EventArgs containing the event data. | |
Résultat | void |
protected OnTrackMouseLeave ( |
||
e | An EventArgs containing the event data. | |
Résultat | void |
protected WmReflectCommand ( |
||
m | The Message the top-level window sent to the InternalCheckedListBox control. | |
Résultat | void |
protected WndProc ( |
||
m | A Windows-based message. | |
Résultat | void |