C# Class Mono.UIAutomation.Winforms.PropertyGridListItemValueProvider

Inheritance: PropertyGridListItemChildProvider
Mostra file Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
PropertyGridListItemValueProvider ( PropertyGridListItemProvider itemProvider, System.Windows.Forms.PropertyGridInternal.PropertyGridView view ) : System

Protected Methods

Method Description
GetProviderPropertyValue ( int propertyId ) : object

Method Details

GetProviderPropertyValue() protected method

protected GetProviderPropertyValue ( int propertyId ) : object
propertyId int
return object

Initialize() public method

public Initialize ( ) : void
return void

PropertyGridListItemValueProvider() public method

public PropertyGridListItemValueProvider ( PropertyGridListItemProvider itemProvider, System.Windows.Forms.PropertyGridInternal.PropertyGridView view ) : System
itemProvider PropertyGridListItemProvider
view System.Windows.Forms.PropertyGridInternal.PropertyGridView
return System