Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetBackgroundColor ( ) : string |
Get the current background color.
|
|
PowerShellIseColorFormatter ( IRunspace runspace ) : System |
Initializes a new instance of the PowerShell ISE color formatter with the specified runtime.
|
|
SetBackgroundColor ( string color ) : void |
Sets the background color to the specified color.
|
public PowerShellIseColorFormatter ( IRunspace runspace ) : System | ||
runspace | IRunspace | /// The runtime to use for formatting instructions. /// |
return | System |
public SetBackgroundColor ( string color ) : void | ||
color | string | /// The color. /// |
return | void |