C# 클래스 ARCed.Scintilla.Margin

상속: ScintillaHelperBase
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ResetAutoToggleMarkerNumber void
ResetIsClickable void
ResetIsFoldMargin void
ResetIsMarkerMargin void
ResetType void
ResetWidth void
ShouldSerialize bool
ShouldSerializeAutoToggleMarkerNumber bool
ShouldSerializeIsClickable bool
ShouldSerializeIsFoldMargin bool
ShouldSerializeIsMarkerMargin bool
ShouldSerializeType bool
ShouldSerializeWidth bool

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetClientRectangle ( ) : Rectangle
GetHashCode ( ) : int
Reset ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Margin ( Scintilla scintilla, int number ) : System.ComponentModel

비공개 메소드들

메소드 설명
ResetAutoToggleMarkerNumber ( ) : void
ResetIsClickable ( ) : void
ResetIsFoldMargin ( ) : void
ResetIsMarkerMargin ( ) : void
ResetType ( ) : void
ResetWidth ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeAutoToggleMarkerNumber ( ) : bool
ShouldSerializeIsClickable ( ) : bool
ShouldSerializeIsFoldMargin ( ) : bool
ShouldSerializeIsMarkerMargin ( ) : bool
ShouldSerializeType ( ) : bool
ShouldSerializeWidth ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetClientRectangle() 공개 메소드

public GetClientRectangle ( ) : Rectangle
리턴 System.Drawing.Rectangle

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Margin() 보호된 메소드

protected Margin ( Scintilla scintilla, int number ) : System.ComponentModel
scintilla Scintilla
number int
리턴 System.ComponentModel

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string