C# Class Mono.UIAutomation.Winforms.PropertyGridListItemChildProvider

Inheritance: FragmentRootControlProvider
显示文件 Open project: mono/uia2atk

Public Properties

Property Type Description
itemProvider PropertyGridListItemProvider
propertyGrid System.Windows.Forms.PropertyGrid
view System.Windows.Forms.PropertyGridInternal.PropertyGridView

Private Properties

Property Type Description
GetBounds System.Drawing.Rectangle

Public Methods

Method Description
PropertyGridListItemChildProvider ( PropertyGridListItemProvider itemProvider, System.Windows.Forms.PropertyGridInternal.PropertyGridView view ) : System

Protected Methods

Method Description
GetProviderPropertyValue ( int propertyId ) : object

Private Methods

Method Description
GetBounds ( ) : Rectangle

Method Details

GetProviderPropertyValue() protected method

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

PropertyGridListItemChildProvider() public method

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

Property Details

itemProvider public_oe property

public PropertyGridListItemProvider,Mono.UIAutomation.Winforms itemProvider
return PropertyGridListItemProvider

propertyGrid public_oe property

public PropertyGrid,System.Windows.Forms propertyGrid
return System.Windows.Forms.PropertyGrid

view public_oe property

public PropertyGridView,System.Windows.Forms.PropertyGridInternal view
return System.Windows.Forms.PropertyGridInternal.PropertyGridView