C# Class System.Html.TextAreaElement

Inheritance: Element
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
TextAreaElement System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
AddEventListener ( TextAreaElementEvents type, Action listener ) : void
AddEventListener ( TextAreaElementEvents type, Action listener, bool capture ) : void
AddEventListener ( TextAreaElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( TextAreaElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( TextAreaElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( TextAreaElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( TextAreaElementEvents type, IEventListener listener ) : void
AddEventListener ( TextAreaElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
CheckValidity ( ) : bool
RemoveEventListener ( TextAreaElementEvents type, Action listener ) : void
RemoveEventListener ( TextAreaElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( TextAreaElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( TextAreaElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( TextAreaElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( TextAreaElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( TextAreaElementEvents type, IEventListener listener ) : void
RemoveEventListener ( TextAreaElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Select ( ) : void
SetCustomValidity ( string error ) : void
SetRangeText ( string replacement ) : void
SetRangeText ( string replacement, int start, int end ) : void
SetRangeText ( string replacement, int start, int end, SelectionMode selectionMode ) : void
SetSelectionRange ( int start, int end ) : void
SetSelectionRange ( int start, int end, string direction ) : void

Private Methods

Méthode Description
TextAreaElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

public AddEventListener ( TextAreaElementEvents type, Action listener ) : void
type TextAreaElementEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( TextAreaElementEvents type, Action listener, bool capture ) : void
type TextAreaElementEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( TextAreaElementEvents type, HtmlEventHandler listener ) : void
type TextAreaElementEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( TextAreaElementEvents type, HtmlEventHandler listener, bool capture ) : void
type TextAreaElementEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( TextAreaElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type TextAreaElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( TextAreaElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type TextAreaElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( TextAreaElementEvents type, IEventListener listener ) : void
type TextAreaElementEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( TextAreaElementEvents type, IEventListener listener, bool capture ) : void
type TextAreaElementEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

CheckValidity() public méthode

public CheckValidity ( ) : bool
Résultat bool

RemoveEventListener() public méthode

public RemoveEventListener ( TextAreaElementEvents type, Action listener ) : void
type TextAreaElementEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TextAreaElementEvents type, Action listener, bool capture ) : void
type TextAreaElementEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TextAreaElementEvents type, HtmlEventHandler listener ) : void
type TextAreaElementEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TextAreaElementEvents type, HtmlEventHandler listener, bool capture ) : void
type TextAreaElementEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TextAreaElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type TextAreaElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TextAreaElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type TextAreaElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TextAreaElementEvents type, IEventListener listener ) : void
type TextAreaElementEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TextAreaElementEvents type, IEventListener listener, bool capture ) : void
type TextAreaElementEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

Select() public méthode

public Select ( ) : void
Résultat void

SetCustomValidity() public méthode

public SetCustomValidity ( string error ) : void
error string
Résultat void

SetRangeText() public méthode

public SetRangeText ( string replacement ) : void
replacement string
Résultat void

SetRangeText() public méthode

public SetRangeText ( string replacement, int start, int end ) : void
replacement string
start int
end int
Résultat void

SetRangeText() public méthode

public SetRangeText ( string replacement, int start, int end, SelectionMode selectionMode ) : void
replacement string
start int
end int
selectionMode SelectionMode
Résultat void

SetSelectionRange() public méthode

public SetSelectionRange ( int start, int end ) : void
start int
end int
Résultat void

SetSelectionRange() public méthode

public SetSelectionRange ( int start, int end, string direction ) : void
start int
end int
direction string
Résultat void