C# 클래스 Sphere.Core.Editor.StyleSettings

Performs styling options on editor controls.
파일 보기 프로젝트 열기: Radnen/spherestudio

공개 프로퍼티들

프로퍼티 타입 설명
_activeStyle string

공개 메소드들

메소드 설명
AddStyle ( string name, StyleGroup group ) : void

Adds the named style to the internal style list.

ApplySecondaryStyle ( Control target ) : void

Puts the current style's secondarry options into the target control.

ApplyStyle ( Control target ) : void

Puts the current style into the target control.

RemoveStyle ( string name ) : void

Removes the associated style if it exist.

비공개 메소드들

메소드 설명
StyleSettings ( ) : System

메소드 상세

AddStyle() 공개 정적인 메소드

Adds the named style to the internal style list.
public static AddStyle ( string name, StyleGroup group ) : void
name string Name of the style.
group StyleGroup The style to add.
리턴 void

ApplySecondaryStyle() 공개 정적인 메소드

Puts the current style's secondarry options into the target control.
public static ApplySecondaryStyle ( Control target ) : void
target System.Windows.Forms.Control The .NET Form or Control to style.
리턴 void

ApplyStyle() 공개 정적인 메소드

Puts the current style into the target control.
public static ApplyStyle ( Control target ) : void
target System.Windows.Forms.Control The .NET Form or Control to style.
리턴 void

RemoveStyle() 공개 정적인 메소드

Removes the associated style if it exist.
public static RemoveStyle ( string name ) : void
name string Name of the style.
리턴 void

프로퍼티 상세

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

The current style being deployed to all forms affected by styling.
public static string _activeStyle
리턴 string