C# Class ME3Explorer.Unreal.PropGrid

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

Méthodes publiques

Méthode Description
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

Method Details

Add() public méthode

public Add ( CustomProperty Value ) : void
Value CustomProperty
Résultat void

GetAttributes() public méthode

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

GetClassName() public méthode

Get Class Name
public GetClassName ( ) : string
Résultat string

GetComponentName() public méthode

GetComponentName
public GetComponentName ( ) : string
Résultat string

GetConverter() public méthode

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

GetDefaultEvent() public méthode

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

GetDefaultProperty() public méthode

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

GetEditor() public méthode

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

GetEvents() public méthode

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

GetEvents() public méthode

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

GetProperties() public méthode

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

GetProperties() public méthode

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

GetPropertyOwner() public méthode

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Résultat object

Remove() public méthode

Remove item from List
public Remove ( string Name ) : void
Name string
Résultat void

propGridPropertyValueChanged() public static méthode

public static propGridPropertyValueChanged ( PropertyValueChangedEventArgs e, int n, IMEPackage pcc ) : void
e PropertyValueChangedEventArgs
n int
pcc IMEPackage
Résultat void

this() public méthode

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