C# Class Windows.UI.Xaml.Controls.TextBox

Inheritance: Control, ITextBox
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
GetRectFromCharacterIndex ( [ charIndex, [ trailingEdge ) : Rect
Select ( [ start, [ length ) : void
SelectAll ( ) : void
TextBox ( ) : System

Method Details

GetRectFromCharacterIndex() public méthode

public GetRectFromCharacterIndex ( [ charIndex, [ trailingEdge ) : Rect
charIndex [
trailingEdge [
Résultat Windows.Foundation.Rect

Select() public méthode

public Select ( [ start, [ length ) : void
start [
length [
Résultat void

SelectAll() public méthode

public SelectAll ( ) : void
Résultat void

TextBox() public méthode

public TextBox ( ) : System
Résultat System