Method | Description | |
---|---|---|
Add ( |
||
Add ( string strName, object objValue, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : int | ||
Add ( string strName, object &objRef, string strProp, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : int | ||
GetAttributes ( ) : |
||
GetClassName ( ) : string | ||
GetComponentName ( ) : string | ||
GetConverter ( ) : |
||
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
GetDefaultProperty ( ) : |
||
GetEditor ( System editorBaseType ) : object | ||
GetEvents ( ) : |
||
GetEvents ( System attributes ) : |
||
GetProperties ( ) : |
||
GetProperties ( System attributes ) : |
||
GetPropertyOwner ( System pd ) : object | ||
LoadBinary ( string filename ) : bool | ||
LoadXml ( string filename ) : bool | ||
Remove ( string Name ) : void | ||
SaveBinary ( string filename ) : void | ||
SaveXml ( string filename ) : void | ||
this ( int index ) : |
public Add ( string strName, object objValue, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : int | ||
strName | string | |
objValue | object | |
boolIsReadOnly | bool | |
strCategory | string | |
strDescription | string | |
boolVisible | bool | |
return | int |
public Add ( string strName, object &objRef, string strProp, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : int | ||
strName | string | |
objRef | object | |
strProp | string | |
boolIsReadOnly | bool | |
strCategory | string | |
strDescription | string | |
boolVisible | bool | |
return | int |
public GetAttributes ( ) : |
||
return |
public GetConverter ( ) : |
||
return |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
return | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
return |
public GetEditor ( System editorBaseType ) : object | ||
editorBaseType | System | |
return | object |
public GetEvents ( ) : |
||
return |
public GetEvents ( System attributes ) : |
||
attributes | System | |
return |
public GetProperties ( ) : |
||
return |
public GetProperties ( System attributes ) : |
||
attributes | System | |
return |
public GetPropertyOwner ( System pd ) : object | ||
pd | System | |
return | object |