C# Class MonoDevelop.MacIntegration.MainToolbar.SearchBar

Inheritance: NSSearchField
Show file Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Property Type Description
Initialize void
LogMessage void
MakePlaceholderString NSAttributedString
SendKeyPressed bool
UpdateLayout void

Public Methods

Method Description
BecomeFirstResponder ( ) : bool
DidEndEditing ( NSNotification notification ) : void
Focus ( ) : void
PerformKeyEquivalent ( NSEvent theEvent ) : bool
SearchBar ( ) : System
ViewDidMoveToWindow ( ) : void

Private Methods

Method Description
Initialize ( ) : void
LogMessage ( string message ) : void
MakePlaceholderString ( string t ) : NSAttributedString
SendKeyPressed ( Xwt kargs ) : bool
UpdateLayout ( ) : void

Method Details

BecomeFirstResponder() public method

public BecomeFirstResponder ( ) : bool
return bool

DidEndEditing() public method

public DidEndEditing ( NSNotification notification ) : void
notification NSNotification
return void

Focus() public method

public Focus ( ) : void
return void

PerformKeyEquivalent() public method

public PerformKeyEquivalent ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

SearchBar() public method

public SearchBar ( ) : System
return System

ViewDidMoveToWindow() public method

public ViewDidMoveToWindow ( ) : void
return void