프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_activeStyle | string |
메소드 | 설명 | |
---|---|---|
AddStyle ( string name, StyleGroup group ) : void |
Adds the named style to the internal style list.
|
|
ApplySecondaryStyle ( |
Puts the current style's secondarry options into the target control.
|
|
ApplyStyle ( |
Puts the current style into the target control.
|
|
RemoveStyle ( string name ) : void |
Removes the associated style if it exist.
|
메소드 | 설명 | |
---|---|---|
StyleSettings ( ) : System |
public static AddStyle ( string name, StyleGroup group ) : void | ||
name | string | Name of the style. |
group | StyleGroup | The style to add. |
리턴 | void |
public static ApplySecondaryStyle ( |
||
target | The .NET Form or Control to style. | |
리턴 | void |
public static ApplyStyle ( |
||
target | The .NET Form or Control to style. | |
리턴 | void |
public static RemoveStyle ( string name ) : void | ||
name | string | Name of the style. |
리턴 | void |