C# Class Mono.UIAutomation.Winforms.StatusBarProvider.StatusBarPanelProvider

Inheritance: FragmentControlProvider, IEmbeddedImageProvider
Show file Open project: mono/uia2atk

Public Methods

Method Description
GetScreenBounds ( ) : Rectangle
Initialize ( ) : void
IsOffscreen ( ) : bool
StatusBarPanelProvider ( System.Windows.Forms.StatusBarPanel statusBarPanel ) : System

Protected Methods

Method Description
GetProviderPropertyValue ( int propertyId ) : object

Method Details

GetProviderPropertyValue() protected method

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

GetScreenBounds() public method

public GetScreenBounds ( ) : Rectangle
return System.Drawing.Rectangle

Initialize() public method

public Initialize ( ) : void
return void

IsOffscreen() public method

public IsOffscreen ( ) : bool
return bool

StatusBarPanelProvider() public method

public StatusBarPanelProvider ( System.Windows.Forms.StatusBarPanel statusBarPanel ) : System
statusBarPanel System.Windows.Forms.StatusBarPanel
return System