C# Class ZForge.Controls.PropertyGridEx.CustomPropertyCollection

Inheritance: System.Collections.CollectionBase, ICustomTypeDescriptor
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
Add ( CustomProperty value ) : int
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 ( ) : AttributeCollection
GetClassName ( ) : string
GetComponentName ( ) : string
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( System editorBaseType ) : object
GetEvents ( ) : EventDescriptorCollection
GetEvents ( System attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( System attributes ) : PropertyDescriptorCollection
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 ) : CustomProperty

Method Details

Add() public méthode

public Add ( CustomProperty value ) : int
value CustomProperty
Résultat int

Add() public méthode

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
Résultat int

Add() public méthode

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
Résultat int

GetAttributes() public méthode

public GetAttributes ( ) : AttributeCollection
Résultat System.ComponentModel.AttributeCollection

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetComponentName() public méthode

public GetComponentName ( ) : string
Résultat string

GetConverter() public méthode

public GetConverter ( ) : TypeConverter
Résultat System.ComponentModel.TypeConverter

GetDefaultEvent() public méthode

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Résultat System.ComponentModel.EventDescriptor

GetDefaultProperty() public méthode

public GetDefaultProperty ( ) : PropertyDescriptor
Résultat System.ComponentModel.PropertyDescriptor

GetEditor() public méthode

public GetEditor ( System editorBaseType ) : object
editorBaseType System
Résultat object

GetEvents() public méthode

public GetEvents ( ) : EventDescriptorCollection
Résultat System.ComponentModel.EventDescriptorCollection

GetEvents() public méthode

public GetEvents ( System attributes ) : EventDescriptorCollection
attributes System
Résultat System.ComponentModel.EventDescriptorCollection

GetProperties() public méthode

public GetProperties ( ) : PropertyDescriptorCollection
Résultat System.ComponentModel.PropertyDescriptorCollection

GetProperties() public méthode

public GetProperties ( System attributes ) : PropertyDescriptorCollection
attributes System
Résultat System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() public méthode

public GetPropertyOwner ( System pd ) : object
pd System
Résultat object

LoadBinary() public méthode

public LoadBinary ( string filename ) : bool
filename string
Résultat bool

LoadXml() public méthode

public LoadXml ( string filename ) : bool
filename string
Résultat bool

Remove() public méthode

public Remove ( string Name ) : void
Name string
Résultat void

SaveBinary() public méthode

public SaveBinary ( string filename ) : void
filename string
Résultat void

SaveXml() public méthode

public SaveXml ( string filename ) : void
filename string
Résultat void

this() public méthode

public this ( int index ) : CustomProperty
index int
Résultat CustomProperty