C# Class Skybound.Gecko.DOM.GeckoTextAreaElement

Inheritance: GeckoElement
Afficher le fichier Open project: tophatmonocle/DirtyGecko

Méthodes publiques

Méthode Description
GeckoTextAreaElement ( object element ) : System
blur ( ) : void
focus ( ) : void
select ( ) : void

Private Methods

Méthode Description
GeckoTextAreaElement ( nsIDOMHTMLTextAreaElement element ) : System

Method Details

GeckoTextAreaElement() public méthode

public GeckoTextAreaElement ( object element ) : System
element object
Résultat System

blur() public méthode

public blur ( ) : void
Résultat void

focus() public méthode

public focus ( ) : void
Résultat void

select() public méthode

public select ( ) : void
Résultat void