Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Add ( |
||
CellHelperCollection ( ) : System | ||
Contains ( |
||
GetAttributes ( ) : |
||
GetClassName ( ) : String | ||
GetComponentName ( ) : String | ||
GetConverter ( ) : |
||
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
GetDefaultProperty ( ) : |
||
GetEditor ( |
||
GetEvents ( ) : |
||
GetEvents ( |
||
GetProperties ( ) : |
Called to get the properties of this type.
|
|
GetProperties ( |
Called to get the properties of this type. Returns properties with certain attributes. this restriction is not implemented here.
|
|
GetPropertyOwner ( |
||
IndexOf ( |
||
Insert ( int index, |
||
Remove ( |
||
this ( int index ) : |
Метод | Описание | |
---|---|---|
OnInsert ( int index, Object value ) : void | ||
OnRemove ( int index, Object value ) : void | ||
OnSet ( int index, Object oldValue, Object newValue ) : void | ||
OnValidate ( Object value ) : void |
public Contains ( |
||
value | ||
Результат | bool |
public GetAttributes ( ) : |
||
Результат |
public GetConverter ( ) : |
||
Результат |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
Результат | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
Результат |
public GetEditor ( |
||
editorBaseType | ||
Результат | object |
public GetEvents ( ) : |
||
Результат |
public GetEvents ( |
||
attributes | ||
Результат |
public GetProperties ( ) : |
||
Результат |
public GetProperties ( |
||
attributes | ||
Результат |
public GetPropertyOwner ( |
||
pd | ||
Результат | object |
public Insert ( int index, |
||
index | int | |
value | ||
Результат | void |
protected OnInsert ( int index, Object value ) : void | ||
index | int | |
value | Object | |
Результат | void |
protected OnRemove ( int index, Object value ) : void | ||
index | int | |
value | Object | |
Результат | void |
protected OnSet ( int index, Object oldValue, Object newValue ) : void | ||
index | int | |
oldValue | Object | |
newValue | Object | |
Результат | void |
protected OnValidate ( Object value ) : void | ||
value | Object | |
Результат | void |