C# 클래스 UiaAtkBridge.SpinnerWithValue

상속: Spinner, Atk.IValueImplementor, Atk.IActionImplementor
파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
DoAction ( int action ) : bool
GetCurrentValue ( GLib &value ) : void
GetDescription ( int action ) : string
GetKeybinding ( int action ) : string
GetLocalizedName ( int action ) : string
GetMaximumValue ( GLib &value ) : void
GetMinimumIncrement ( GLib &value ) : void
GetMinimumValue ( GLib &value ) : void
GetName ( int action ) : string
SetCurrentValue ( GLib value ) : bool
SetDescription ( int action, string description ) : bool
SpinnerWithValue ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System

비공개 메소드들

메소드 설명
DoActivate ( ) : bool

메소드 상세

DoAction() 공개 메소드

public DoAction ( int action ) : bool
action int
리턴 bool

GetCurrentValue() 공개 메소드

public GetCurrentValue ( GLib &value ) : void
value GLib
리턴 void

GetDescription() 공개 메소드

public GetDescription ( int action ) : string
action int
리턴 string

GetKeybinding() 공개 메소드

public GetKeybinding ( int action ) : string
action int
리턴 string

GetLocalizedName() 공개 메소드

public GetLocalizedName ( int action ) : string
action int
리턴 string

GetMaximumValue() 공개 메소드

public GetMaximumValue ( GLib &value ) : void
value GLib
리턴 void

GetMinimumIncrement() 공개 메소드

public GetMinimumIncrement ( GLib &value ) : void
value GLib
리턴 void

GetMinimumValue() 공개 메소드

public GetMinimumValue ( GLib &value ) : void
value GLib
리턴 void

GetName() 공개 메소드

public GetName ( int action ) : string
action int
리턴 string

SetCurrentValue() 공개 메소드

public SetCurrentValue ( GLib value ) : bool
value GLib
리턴 bool

SetDescription() 공개 메소드

public SetDescription ( int action, string description ) : bool
action int
description string
리턴 bool

SpinnerWithValue() 공개 메소드

public SpinnerWithValue ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
리턴 System