StiWindowsSettings Class
Namespace: Stimulsoft.Base.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
Get static |
StiWindowState | |
GetSettingsPath static |
string | |
Load static |
void | |
Save static |
void | |
Set static |
void |
Method Details
Get static
Get(key: string): StiWindowState
Parameters
- key (string)
Returns StiWindowState
GetSettingsPath static
GetSettingsPath(): string
Returns string
Load static
Load(): void
Save static
Save(): void
Set static
Set(key: string, state: StiWindowState): void
Parameters
- key (string)
- state (StiWindowState)