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