Windows-powershell / PowerShell-master /src /Microsoft.Management.UI.Internal /HelpWindow /HelpWindowSettings.Designer.cs
| // Copyright (c) Microsoft Corporation. | |
| // Licensed under the MIT License. | |
| //------------------------------------------------------------------------------ | |
| // <auto-generated> | |
| // This code was generated by a tool. | |
| // Runtime Version:4.0.30319.16598 | |
| // | |
| // Changes to this file may cause incorrect behavior and will be lost if | |
| // the code is regenerated. | |
| // </auto-generated> | |
| //------------------------------------------------------------------------------ | |
| // namespace Microsoft.Management.UI.Internal { | |
| [] | |
| [] | |
| internal sealed partial class HelpWindowSettings : global::System.Configuration.ApplicationSettingsBase { | |
| private static HelpWindowSettings defaultInstance = ((HelpWindowSettings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new HelpWindowSettings()))); | |
| public static HelpWindowSettings Default { | |
| get { | |
| return defaultInstance; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpRemarksDisplayed | |
| { | |
| get | |
| { | |
| return ((bool)(this["HelpRemarksDisplayed"])); | |
| } | |
| set | |
| { | |
| this["HelpRemarksDisplayed"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpSyntaxDisplayed { | |
| get { | |
| return ((bool)(this["HelpSyntaxDisplayed"])); | |
| } | |
| set { | |
| this["HelpSyntaxDisplayed"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpExamplesDisplayed { | |
| get { | |
| return ((bool)(this["HelpExamplesDisplayed"])); | |
| } | |
| set { | |
| this["HelpExamplesDisplayed"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpSynopsysDisplayed { | |
| get { | |
| return ((bool)(this["HelpSynopsysDisplayed"])); | |
| } | |
| set { | |
| this["HelpSynopsysDisplayed"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpDescriptionDisplayed { | |
| get { | |
| return ((bool)(this["HelpDescriptionDisplayed"])); | |
| } | |
| set { | |
| this["HelpDescriptionDisplayed"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpParametersDisplayed { | |
| get { | |
| return ((bool)(this["HelpParametersDisplayed"])); | |
| } | |
| set { | |
| this["HelpParametersDisplayed"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpInputsDisplayed { | |
| get { | |
| return ((bool)(this["HelpInputsDisplayed"])); | |
| } | |
| set { | |
| this["HelpInputsDisplayed"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpOutputsDisplayed { | |
| get { | |
| return ((bool)(this["HelpOutputsDisplayed"])); | |
| } | |
| set { | |
| this["HelpOutputsDisplayed"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpNotesDisplayed { | |
| get { | |
| return ((bool)(this["HelpNotesDisplayed"])); | |
| } | |
| set { | |
| this["HelpNotesDisplayed"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpRelatedLinksDisplayed { | |
| get { | |
| return ((bool)(this["HelpRelatedLinksDisplayed"])); | |
| } | |
| set { | |
| this["HelpRelatedLinksDisplayed"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpSearchMatchCase { | |
| get { | |
| return ((bool)(this["HelpSearchMatchCase"])); | |
| } | |
| set { | |
| this["HelpSearchMatchCase"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpSearchWholeWord { | |
| get { | |
| return ((bool)(this["HelpSearchWholeWord"])); | |
| } | |
| set { | |
| this["HelpSearchWholeWord"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double HelpWindowHeight { | |
| get { | |
| return ((double)(this["HelpWindowHeight"])); | |
| } | |
| set { | |
| this["HelpWindowHeight"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double HelpWindowWidth { | |
| get { | |
| return ((double)(this["HelpWindowWidth"])); | |
| } | |
| set { | |
| this["HelpWindowWidth"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double HelpWindowTop { | |
| get { | |
| return ((double)(this["HelpWindowTop"])); | |
| } | |
| set { | |
| this["HelpWindowTop"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double HelpWindowLeft { | |
| get { | |
| return ((double)(this["HelpWindowLeft"])); | |
| } | |
| set { | |
| this["HelpWindowLeft"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool HelpWindowMaximized { | |
| get { | |
| return ((bool)(this["HelpWindowMaximized"])); | |
| } | |
| set { | |
| this["HelpWindowMaximized"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double HelpZoom { | |
| get { | |
| return ((double)(this["HelpZoom"])); | |
| } | |
| set { | |
| this["HelpZoom"] = value; | |
| } | |
| } | |
| } | |
| //} | |