C# 클래스 Windows.UI.Xaml.Controls.TextBox

상속: Control, ITextBox
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
GetRectFromCharacterIndex ( [ charIndex, [ trailingEdge ) : Rect
Select ( [ start, [ length ) : void
SelectAll ( ) : void
TextBox ( ) : System

메소드 상세

GetRectFromCharacterIndex() 공개 메소드

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

Select() 공개 메소드

public Select ( [ start, [ length ) : void
start [
length [
리턴 void

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void

TextBox() 공개 메소드

public TextBox ( ) : System
리턴 System