C# 클래스 ARCed.Scintilla.StyleRun

Defines a run of styled text in a Scintilla control
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty StyleRun

공개 메소드들

메소드 설명
StyleRun ( int length, int style )

Initializes a new instance of the StyleRun struct.

메소드 상세

StyleRun() 공개 메소드

Initializes a new instance of the StyleRun struct.
public StyleRun ( int length, int style )
length int The length of the run.
style int The zero-based index of the style that the run represents.

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

Represents a new instance of the StyleRun struct with member data left uninitialized.
public static StyleRun,ARCed.Scintilla Empty
리턴 StyleRun