IColorSchemeStorage Methods
If implemented, enables you to create a custom color scheme storage in WinForms and WPF applications.
Name | Description |
---|---|
Add |
If implemented, adds a color scheme to the storage. |
Get |
If implemented, retrieves the collection of color schemes from the storage. |
Remove |
Removes a color scheme from the storage. |
See Also