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