C# Класс ME3Explorer.Unreal.PropGrid

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

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

Метод Описание
Add ( CustomProperty Value ) : void
GetAttributes ( ) : AttributeCollection

GetAttributes

GetClassName ( ) : string

Get Class Name

GetComponentName ( ) : string

GetComponentName

GetConverter ( ) : TypeConverter

GetConverter

GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor

GetDefaultEvent

GetDefaultProperty ( ) : PropertyDescriptor

GetDefaultProperty

GetEditor ( Type editorBaseType ) : object

GetEditor

GetEvents ( ) : EventDescriptorCollection
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object
Remove ( string Name ) : void

Remove item from List

propGridPropertyValueChanged ( PropertyValueChangedEventArgs e, int n, IMEPackage pcc ) : void
this ( int index ) : CustomProperty

Indexer

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

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

public Add ( CustomProperty Value ) : void
Value CustomProperty
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

propGridPropertyValueChanged() публичный статический Метод

public static propGridPropertyValueChanged ( PropertyValueChangedEventArgs e, int n, IMEPackage pcc ) : void
e PropertyValueChangedEventArgs
n int
pcc IMEPackage
Результат void

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

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