C# Class System.Html.InputElement

Inheritance: Element
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
InputElement System.IO

Méthodes publiques

Méthode Description
AddEventListener ( InputElementEvents type, Action listener ) : void
AddEventListener ( InputElementEvents type, Action listener, bool capture ) : void
AddEventListener ( InputElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( InputElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( InputElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( InputElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( InputElementEvents type, IEventListener listener ) : void
AddEventListener ( InputElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
CheckValidity ( ) : bool
OpenDirectoryPicker ( ) : void
RemoveEventListener ( InputElementEvents type, Action listener ) : void
RemoveEventListener ( InputElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( InputElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( InputElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( InputElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( InputElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( InputElementEvents type, IEventListener listener ) : void
RemoveEventListener ( InputElementEvents 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
SetSelectionRange ( int start, int end ) : void
SetSelectionRange ( int start, int end, string direction ) : void
StepDown ( ) : void
StepDown ( int n ) : void
StepUp ( ) : void
StepUp ( int n ) : void

Private Methods

Méthode Description
InputElement ( ) : System.IO

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

public AddEventListener ( InputElementEvents type, IEventListener listener, bool capture ) : void
type InputElementEvents
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

OpenDirectoryPicker() public méthode

public OpenDirectoryPicker ( ) : void
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

public RemoveEventListener ( InputElementEvents type, IEventListener listener, bool capture ) : void
type InputElementEvents
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

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

StepDown() public méthode

public StepDown ( ) : void
Résultat void

StepDown() public méthode

public StepDown ( int n ) : void
n int
Résultat void

StepUp() public méthode

public StepUp ( ) : void
Résultat void

StepUp() public méthode

public StepUp ( int n ) : void
n int
Résultat void