C# Class Mono.UIAutomation.Winforms.TrackBarProvider.TrackBarButtonProvider

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

Public Methods

Method Description
TrackBarButtonProvider ( TrackBar trackbarContainer, TrackBarButtonOrientation orientation ) : System

Protected Methods

Method Description
GetProviderPropertyValue ( int propertyId ) : object

Private Methods

Method Description
GetNameFromOrientation ( ) : string

Method Details

GetProviderPropertyValue() protected method

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

TrackBarButtonProvider() public method

public TrackBarButtonProvider ( TrackBar trackbarContainer, TrackBarButtonOrientation orientation ) : System
trackbarContainer System.Windows.Forms.TrackBar
orientation TrackBarButtonOrientation
return System