C# Class Mono.UIAutomation.Winforms.PropertyGridListItemChildProvider

Inheritance: FragmentRootControlProvider
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Свойство Type Description
itemProvider PropertyGridListItemProvider
propertyGrid System.Windows.Forms.PropertyGrid
view System.Windows.Forms.PropertyGridInternal.PropertyGridView

Private Properties

Свойство Type Description
GetBounds System.Drawing.Rectangle

Méthodes publiques

Méthode Description
PropertyGridListItemChildProvider ( PropertyGridListItemProvider itemProvider, System.Windows.Forms.PropertyGridInternal.PropertyGridView view ) : System

Méthodes protégées

Méthode Description
GetProviderPropertyValue ( int propertyId ) : object

Private Methods

Méthode Description
GetBounds ( ) : Rectangle

Method Details

GetProviderPropertyValue() protected méthode

protected GetProviderPropertyValue ( int propertyId ) : object
propertyId int
Résultat object

PropertyGridListItemChildProvider() public méthode

public PropertyGridListItemChildProvider ( PropertyGridListItemProvider itemProvider, System.Windows.Forms.PropertyGridInternal.PropertyGridView view ) : System
itemProvider PropertyGridListItemProvider
view System.Windows.Forms.PropertyGridInternal.PropertyGridView
Résultat System

Property Details

itemProvider public_oe property

public PropertyGridListItemProvider,Mono.UIAutomation.Winforms itemProvider
Résultat PropertyGridListItemProvider

propertyGrid public_oe property

public PropertyGrid,System.Windows.Forms propertyGrid
Résultat System.Windows.Forms.PropertyGrid

view public_oe property

public PropertyGridView,System.Windows.Forms.PropertyGridInternal view
Résultat System.Windows.Forms.PropertyGridInternal.PropertyGridView