Allows the user to obtain system styles. This interface can be obtained from IProject interface.
More...
|
HRESULT | Contains ([in] int id, [out, retval] VARIANT_BOOL *pContains) |
| Indicates whether the manager contains the system style specified by the identifier.
|
|
HRESULT | GetIds ([out, retval] SAFEARRAY(int) *pIds) |
| Gets the identifiers of system styles.
|
|
HRESULT | GetSystemStyle ([in] int id, [out, retval] ISystemStyle **ppSystemStyle) |
| Returns the system style specified by the identifier.
|
|
Allows the user to obtain system styles. This interface can be obtained from IProject interface.
- See also
- IProject, ISystemStyle
◆ Contains()
HRESULT Contains |
( |
[in] int | id, |
|
|
[out, retval] VARIANT_BOOL * | pContains ) |
Indicates whether the manager contains the system style specified by the identifier.
- Parameters
-
[in] | id | Identifier of the system style. |
[out] | pContains | TRUE if the manager contains the system style, FALSE otherwise. |
◆ GetIds()
HRESULT GetIds |
( |
[out, retval] SAFEARRAY(int) * | pIds | ) |
|
Gets the identifiers of system styles.
- Returns
- An array containing the identifiers of system styles.
◆ GetSystemStyle()
HRESULT GetSystemStyle |
( |
[in] int | id, |
|
|
[out, retval] ISystemStyle ** | ppSystemStyle ) |
Returns the system style specified by the identifier.
- Parameters
-
[in] | id | Identifier of the system style. |
[out] | ppSystemStyle | the requested beam style, or nullptr if the system style is not found. |