[]
Gets or sets a value representing the storage mechanism for session settings within the designer form.
public ISessionSettingsStorage SessionSettingsStorage { get; set; }
Type | Description |
---|---|
ISessionSettingsStorage | The storage mechanism that implements ISessionSettingsStorage interface. This property allows for the persistence and retrieval of user session settings, such as tool window positions, recent files list, and other customizable settings of the designer environment. |
The session settings storage is crucial for maintaining a consistent user experience across sessions by saving and restoring the state of the designer form based on the user's preferences and actions.