IInfoDisplayStyleSet.CreateStyle method
Namespace: NextDesign.Desktop
Description
Creates a style with the specified name.
However, if a style with that name already exists, that style is returned.
argument
Name | Type | Description |
---|---|---|
name | string | Style name Cannot be null. |
Return value
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for name |