IInkOverlay::get_SupportHighContrastSelectionUI method (msinkaut.h)

Gets or sets a value that specifies whether all selection user interface (UI) elements are drawn in high contrast when the system is in High Contrast mode.

This property is read/write.

Syntax

HRESULT get_SupportHighContrastSelectionUI(
  VARIANT_BOOL *Support
);

Parameters

Support

Return value

None

Remarks

This property changes the way selection UI is displayed when the system changes to High Contrast mode. Selection UI elements include the selection bounding box and the selection handles.

Ink selection uses the COLOR_WINDOWTEXT, COLOR_WINDOW, and COLOR_HIGHLIGHT system colors to draw elements of the selection UI when the system is in High Contrast mode and the SupportHighContrastSelectionUI property is TRUE. For more information on system colors, see the GetSysColor function in MSDN.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

Color Property

IInkOverlay

InkOverlay Class

SupportHighContrastInk Property