C# Класс ZForge.Controls.PropertyGridEx.CustomPropertyCollection

Наследование: System.Collections.CollectionBase, ICustomTypeDescriptor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

public Add ( CustomProperty value ) : int
value CustomProperty
Результат int

Add() публичный Метод

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
Результат int

Add() публичный Метод

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
Результат int

GetAttributes() публичный Метод

public GetAttributes ( ) : AttributeCollection
Результат System.ComponentModel.AttributeCollection

GetClassName() публичный Метод

public GetClassName ( ) : string
Результат string

GetComponentName() публичный Метод

public GetComponentName ( ) : string
Результат string

GetConverter() публичный Метод

public GetConverter ( ) : TypeConverter
Результат System.ComponentModel.TypeConverter

GetDefaultEvent() публичный Метод

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Результат System.ComponentModel.EventDescriptor

GetDefaultProperty() публичный Метод

public GetDefaultProperty ( ) : PropertyDescriptor
Результат System.ComponentModel.PropertyDescriptor

GetEditor() публичный Метод

public GetEditor ( System editorBaseType ) : object
editorBaseType System
Результат object

GetEvents() публичный Метод

public GetEvents ( ) : EventDescriptorCollection
Результат System.ComponentModel.EventDescriptorCollection

GetEvents() публичный Метод

public GetEvents ( System attributes ) : EventDescriptorCollection
attributes System
Результат System.ComponentModel.EventDescriptorCollection

GetProperties() публичный Метод

public GetProperties ( ) : PropertyDescriptorCollection
Результат System.ComponentModel.PropertyDescriptorCollection

GetProperties() публичный Метод

public GetProperties ( System attributes ) : PropertyDescriptorCollection
attributes System
Результат System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() публичный Метод

public GetPropertyOwner ( System pd ) : object
pd System
Результат object

LoadBinary() публичный Метод

public LoadBinary ( string filename ) : bool
filename string
Результат bool

LoadXml() публичный Метод

public LoadXml ( string filename ) : bool
filename string
Результат bool

Remove() публичный Метод

public Remove ( string Name ) : void
Name string
Результат void

SaveBinary() публичный Метод

public SaveBinary ( string filename ) : void
filename string
Результат void

SaveXml() публичный Метод

public SaveXml ( string filename ) : void
filename string
Результат void

this() публичный Метод

public this ( int index ) : CustomProperty
index int
Результат CustomProperty