ImageGear .NET - Updated
GetActivationMode Method




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearColorProfileSettings Class : GetActivationMode Method
Returns Color Profile activation mode.
Syntax
'Declaration
 
Public Shared Function GetActivationMode() As ImGearColorProfileActivationMode
'Usage
 
Dim value As ImGearColorProfileActivationMode
 
value = ImGearColorProfileSettings.GetActivationMode()
public static ImGearColorProfileActivationMode GetActivationMode()
public: static ImGearColorProfileActivationMode GetActivationMode(); 
public:
static ImGearColorProfileActivationMode GetActivationMode(); 

Return Value

Remarks
Activation mode is stored in the Windows registry, which allows you to remember user preference between ImageGear sample sessions.
See Also

Reference

ImGearColorProfileSettings Class
ImGearColorProfileSettings Members
ImGearColorProfileActivationMode Enumeration