C# Class Mono.UIAutomation.Winforms.ListViewProvider.ListViewGroupProvider

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

Private Properties

Свойство Type Description
RemoveItemFrom void

Méthodes publiques

Méthode Description
GetItem ( System.Windows.Forms item ) : ListViewListItemProvider
Initialize ( ) : void
ListViewGroupProvider ( System.Windows.Forms group, System.Windows.Forms listView ) : System

Méthodes protégées

Méthode Description
GetProviderPropertyValue ( int propertyId ) : object

Private Methods

Méthode Description
RemoveItemFrom ( ListItemProvider child ) : void

Method Details

GetItem() public méthode

public GetItem ( System.Windows.Forms item ) : ListViewListItemProvider
item System.Windows.Forms
Résultat ListViewListItemProvider

GetProviderPropertyValue() protected méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

ListViewGroupProvider() public méthode

public ListViewGroupProvider ( System.Windows.Forms group, System.Windows.Forms listView ) : System
group System.Windows.Forms
listView System.Windows.Forms
Résultat System