Interface ICamIpcTheme
IPC view of ICamApiTheme. Read-only snapshot of currently active UI
theme of CAM application. Kind / ColorKind enums come from
CAMAPI.Application.idl, reused as-is over the wire.
Assembly: CAMIPC.Application.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("8A7C4F31-2E5D-4B91-9C64-1F3A8E92D7B6")]
public interface ICamIpcTheme
Methods
GetColor(TCamApiColorKind, ref TExecuteContext)
Declaration
int GetColor(TCamApiColorKind ColorKind, ref TExecuteContext ExecuteContext)
Parameters
Returns
GetIsDark(ref TExecuteContext)
Declaration
bool GetIsDark(ref TExecuteContext ExecuteContext)
Parameters
Returns
GetKind(ref TExecuteContext)
Declaration
TCamApiThemeKind GetKind(ref TExecuteContext ExecuteContext)
Parameters
Returns
GetName(ref TExecuteContext)
Declaration
string GetName(ref TExecuteContext ExecuteContext)
Parameters
Returns