C# 클래스 Signum.Windows.AutocompleteAutomationPeer

상속: System.Windows.Automation.Peers.UserControlAutomationPeer, IValueProvider
파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
AutocompleteAutomationPeer ( AutocompleteTextBox ac ) : System
GetPattern ( PatternInterface patternInterface ) : object
SetValue ( string value ) : void

보호된 메소드들

메소드 설명
GetChildrenCore ( ) : List

메소드 상세

AutocompleteAutomationPeer() 공개 메소드

public AutocompleteAutomationPeer ( AutocompleteTextBox ac ) : System
ac AutocompleteTextBox
리턴 System

GetChildrenCore() 보호된 메소드

protected GetChildrenCore ( ) : List
리턴 List

GetPattern() 공개 메소드

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
리턴 object

SetValue() 공개 메소드

public SetValue ( string value ) : void
value string
리턴 void