C# 클래스 System.Windows.Documents.TextSelection

파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Free void
INativeEventObjectWrapper Kind
TextSelection System
TextSelection System

공개 메소드들

메소드 설명
ApplyPropertyValue ( DependencyProperty formattingProperty, object value ) : void
GetPropertyValue ( DependencyProperty formattingProperty ) : object
Insert ( TextElement element ) : void
Select ( TextPointer anchorPosition, TextPointer movingPosition ) : void

비공개 메소드들

메소드 설명
Free ( ) : void
INativeEventObjectWrapper ( ) : Kind
TextSelection ( ) : System
TextSelection ( IntPtr raw, bool dropref ) : System

메소드 상세

ApplyPropertyValue() 공개 메소드

public ApplyPropertyValue ( DependencyProperty formattingProperty, object value ) : void
formattingProperty DependencyProperty
value object
리턴 void

GetPropertyValue() 공개 메소드

public GetPropertyValue ( DependencyProperty formattingProperty ) : object
formattingProperty DependencyProperty
리턴 object

Insert() 공개 메소드

public Insert ( TextElement element ) : void
element TextElement
리턴 void

Select() 공개 메소드

public Select ( TextPointer anchorPosition, TextPointer movingPosition ) : void
anchorPosition TextPointer
movingPosition TextPointer
리턴 void