C# 클래스 MonoDevelop.MacIntegration.MainToolbar.SearchBar

상속: NSSearchField
파일 보기 프로젝트 열기: powerumc/monodevelop_korean 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Initialize void
LogMessage void
MakePlaceholderString NSAttributedString
SendKeyPressed bool
UpdateLayout void

공개 메소드들

메소드 설명
BecomeFirstResponder ( ) : bool
DidEndEditing ( NSNotification notification ) : void
Focus ( ) : void
PerformKeyEquivalent ( NSEvent theEvent ) : bool
SearchBar ( ) : System
ViewDidMoveToWindow ( ) : void

비공개 메소드들

메소드 설명
Initialize ( ) : void
LogMessage ( string message ) : void
MakePlaceholderString ( string t ) : NSAttributedString
SendKeyPressed ( Xwt kargs ) : bool
UpdateLayout ( ) : void

메소드 상세

BecomeFirstResponder() 공개 메소드

public BecomeFirstResponder ( ) : bool
리턴 bool

DidEndEditing() 공개 메소드

public DidEndEditing ( NSNotification notification ) : void
notification NSNotification
리턴 void

Focus() 공개 메소드

public Focus ( ) : void
리턴 void

PerformKeyEquivalent() 공개 메소드

public PerformKeyEquivalent ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

SearchBar() 공개 메소드

public SearchBar ( ) : System
리턴 System

ViewDidMoveToWindow() 공개 메소드

public ViewDidMoveToWindow ( ) : void
리턴 void