Method | Description | |
---|---|---|
Clone ( ) : |
Creates a duplicate of this style definition.
|
|
OutputStyleDef ( OutputStyle style ) : System |
Constructs the style definition with default values.
|
Method | Description | |
---|---|---|
Apply ( ) : void |
Applies the style to the output window.
|
|
GetStyleDef ( OutputStyle style ) : |
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.
|
public OutputStyleDef ( OutputStyle style ) : System | ||
style | OutputStyle | The style number. |
return | System |