Свойство | Тип | Описание | |
---|---|---|---|
CheckedItemCollection | System | ||
CheckedItemCollection | System | ||
GetCheckedState | CheckState | ||
IList | int | ||
IList | void | ||
IList | void | ||
IList | void | ||
IList | void | ||
InnerArrayGetCount | int | ||
InnerArrayGetEnumerator | IEnumerator | ||
InnerArrayGetItem | object | ||
InnerArrayGetState | bool | ||
InnerArrayIndexOf | int | ||
InnerArrayIndexOfIdentifier | int | ||
InnerArraySetState | void | ||
SetCheckedState | void |
Метод | Описание | |
---|---|---|
Contains ( object item ) : bool |
Determines whether the collection contains the button spec.
|
|
CopyTo ( |
Copies all the elements of the current collection to the specified Array.
|
|
GetEnumerator ( ) : IEnumerator |
Enumerate using non-generic interface.
|
|
IndexOf ( object item ) : int |
Determines the index of the specified spec in the collection.
|
|
IndexOfIdentifier ( object item ) : int |
Determines the index of the specified spec in the collection.
|
|
this ( int index ) : object |
Gets or sets the item at the specified index.
|
Метод | Описание | |
---|---|---|
CheckedItemCollection ( ) : System | ||
CheckedItemCollection ( |
Initialize a new instance of the CheckedItemCollection class.
|
|
GetCheckedState ( int index ) : CheckState | ||
IList ( object value ) : int | ||
IList ( ) : void | ||
IList ( int index ) : void | ||
IList ( int index, object value ) : void | ||
IList ( object value ) : void | ||
InnerArrayGetCount ( int stateMask ) : int | ||
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 | ||
SetCheckedState ( int index, CheckState value ) : void |
public Contains ( object item ) : bool | ||
item | object | Object reference. |
Результат | bool |
public CopyTo ( |
||
array | The Array that is the destination of the elements copied from the collection. | |
index | int | The index in array at which copying begins. |
Результат | void |
public IndexOf ( object item ) : int | ||
item | object | Object reference. |
Результат | int |
public IndexOfIdentifier ( object item ) : int | ||
item | object | Object reference. |
Результат | int |