Allows the user to obtain system styles. This interface can be obtained from IProject interface.
More...
|
HRESULT | GetIds ([out, retval] SAFEARRAY(int) *pIds) |
| Gets the identifiers of system styles. More...
|
|
HRESULT | Contains ([in] int id, [out, retval] VARIANT_BOOL *pContains) |
| Indicates whether the manager contains the system style specified by the identifier. More...
|
|
HRESULT | GetSystemStyle ([in] int id, [out, retval] ISystemStyle **ppSystemStyle) |
| Returns the system style specified by the identifier. More...
|
|
Allows the user to obtain system styles. This interface can be obtained from IProject interface.
- See also
- IProject, ISystemStyle
◆ Contains()
HRESULT ISystemStyleManager::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 ISystemStyleManager::GetIds |
( |
[out, retval] SAFEARRAY(int) * |
pIds | ) |
|
Gets the identifiers of system styles.
- Returns
- An array containing the identifiers of system styles.
◆ GetSystemStyle()
HRESULT ISystemStyleManager::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. |