Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.44 KB

inkpicture-systemcolorschanged.md

File metadata and controls

55 lines (30 loc) · 1.44 KB
description ms.assetid title ms.topic ms.date
Occurs after the system colors change.
5d77c24a-dc01-4ea0-b142-e83b1023acc1
InkPicture.SystemColorsChanged event (Msinkaut.h)
reference
05/31/2018

InkPicture.SystemColorsChanged event

Occurs after the system colors change.

Syntax

void SystemColorsChanged();

Parameters

This event has no parameters.

Return value

This event does not return a value.

Remarks

This event method is defined in the _IInkPictureEvents interface. The _IInkPictureEvents interface implements the IDispatch interface with an identifier of DISPID_IPESystemColorsChanged.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
Msinkaut.h (also requires Msinkaut_i.c)
Library
InkObj.dll

See also

InkPicture