C# 클래스 NppSharp.OutputStyleDef

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

공개 메소드들

메소드 설명
Clone ( ) : OutputStyleDef

Creates a duplicate of this style definition.

OutputStyleDef ( OutputStyle style ) : System

Constructs the style definition with default values.

비공개 메소드들

메소드 설명
Apply ( ) : void

Applies the style to the output window.

GetStyleDef ( OutputStyle style ) : OutputStyleDef

Gets the style definition object for the specified style number.

InitStyles ( ) : void

Initializes default styles.

LoadSettings ( ) : void

Loads style definition from the registry.

SaveSettings ( ) : void

Saves this style definition to the registry.

메소드 상세

Clone() 공개 메소드

Creates a duplicate of this style definition.
public Clone ( ) : OutputStyleDef
리턴 OutputStyleDef

OutputStyleDef() 공개 메소드

Constructs the style definition with default values.
public OutputStyleDef ( OutputStyle style ) : System
style OutputStyle The style number.
리턴 System