C# Class UiaAtkBridge.CheckBoxButton

Inheritance: Button
ファイルを表示 Open project: mono/uia2atk

Public Methods

Method Description
CheckBoxButton ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
DoAction ( int action ) : bool
GetName ( int action ) : string
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void

Protected Methods

Method Description
OnRefStateSet ( ) : Atk.StateSet

Private Methods

Method Description
IsChecked ( ToggleState state ) : bool

Method Details

CheckBoxButton() public method

public CheckBoxButton ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
return System

DoAction() public method

public DoAction ( int action ) : bool
action int
return bool

GetName() public method

public GetName ( int action ) : string
action int
return string

OnRefStateSet() protected method

protected OnRefStateSet ( ) : Atk.StateSet
return Atk.StateSet

RaiseAutomationPropertyChangedEvent() public method

public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
e System.Windows.Automation.AutomationPropertyChangedEventArgs
return void