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

Inheritance: Control, ITextBox
显示文件 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

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

Method Details

GetRectFromCharacterIndex() public method

public GetRectFromCharacterIndex ( [ charIndex, [ trailingEdge ) : Rect
charIndex [
trailingEdge [
return Windows.Foundation.Rect

Select() public method

public Select ( [ start, [ length ) : void
start [
length [
return void

SelectAll() public method

public SelectAll ( ) : void
return void

TextBox() public method

public TextBox ( ) : System
return System