C# Class MonoDevelop.MacIntegration.MainToolbar.SearchBar

Inheritance: NSSearchField
Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Свойство Type Description
Initialize void
LogMessage void
MakePlaceholderString NSAttributedString
SendKeyPressed bool
UpdateLayout void

Méthodes publiques

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

Private Methods

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

Method Details

BecomeFirstResponder() public méthode

public BecomeFirstResponder ( ) : bool
Résultat bool

DidEndEditing() public méthode

public DidEndEditing ( NSNotification notification ) : void
notification NSNotification
Résultat void

Focus() public méthode

public Focus ( ) : void
Résultat void

PerformKeyEquivalent() public méthode

public PerformKeyEquivalent ( NSEvent theEvent ) : bool
theEvent NSEvent
Résultat bool

SearchBar() public méthode

public SearchBar ( ) : System
Résultat System

ViewDidMoveToWindow() public méthode

public ViewDidMoveToWindow ( ) : void
Résultat void