Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 1.55 KB

inkedit-selchange.md

File metadata and controls

60 lines (30 loc) · 1.55 KB
description ms.assetid title ms.topic ms.date
Occurs when the current selection of text in the InkEdit control has changed or the insertion point has moved.
14ddffe7-bdfe-4a35-82c7-b3401b5b720c
InkEdit.SelChange event (Inked.h)
reference
05/31/2018

InkEdit.SelChange event

Occurs when the current selection of text in the InkEdit control has changed or the insertion point has moved.

Syntax

void SelChange();

Parameters

This event has no parameters.

Return value

This event does not return a value.

Remarks

You can use the SelChange event to check the various properties that give information about the current selection (such as SelBold) so you can update buttons in a toolbar, for example.

Requirements

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

See also

InkEdit