C# Class Mono.UIAutomation.Winforms.Behaviors.MonthCalendar.ListItemValueProviderBehavior

Inheritance: ProviderBehavior, IValueProvider
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
Connect ( ) : void
Disconnect ( ) : void
GetPropertyValue ( int propertyId ) : object
ListItemValueProviderBehavior ( FragmentControlProvider provider, MonthCalendarListItemProvider itemProvider ) : System.Windows.Automation
SetValue ( string value ) : void

Method Details

Connect() public méthode

public Connect ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

GetPropertyValue() public méthode

public GetPropertyValue ( int propertyId ) : object
propertyId int
Résultat object

ListItemValueProviderBehavior() public méthode

public ListItemValueProviderBehavior ( FragmentControlProvider provider, MonthCalendarListItemProvider itemProvider ) : System.Windows.Automation
provider FragmentControlProvider
itemProvider Mono.UIAutomation.Winforms.MonthCalendarListItemProvider
Résultat System.Windows.Automation

SetValue() public méthode

public SetValue ( string value ) : void
value string
Résultat void