Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( |
||
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 ( |
||
SymbolCollection ( ) : System | ||
this ( int index ) : |
Method | Description | |
---|---|---|
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 | ||
return | bool |
public GetAttributes ( ) : |
||
return |
public GetConverter ( ) : |
||
return |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
return | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
return |
public GetEditor ( |
||
editorBaseType | ||
return | object |
public GetEvents ( ) : |
||
return |
public GetEvents ( |
||
attributes | ||
return |
public GetProperties ( ) : |
||
return |
public GetProperties ( |
||
attributes | ||
return |
public GetPropertyOwner ( |
||
pd | ||
return | object |
public Insert ( int index, |
||
index | int | |
value | ||
return | void |
protected OnInsert ( int index, Object value ) : void | ||
index | int | |
value | Object | |
return | void |
protected OnRemove ( int index, Object value ) : void | ||
index | int | |
value | Object | |
return | void |
protected OnSet ( int index, Object oldValue, Object newValue ) : void | ||
index | int | |
oldValue | Object | |
newValue | Object | |
return | void |