IInkPicture::get_SupportHighContrastSelectionUI method (msinkaut.h)

Gets or sets a value that specifies whether all selection user interface (selection bounding box and selection handles) 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

For further details about this property, refer to the InkOverlay object's SupportHighContrastSelectionUI property, which has the same functionality.

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

IInkPicture

InkPicture