IInkEdit::get_SelAlignment method (inked.h)

Gets or sets a value that controls the alignment of the paragraphs in an InkEdit control.

This property is read/write.

Syntax

HRESULT get_SelAlignment(
  VARIANT *pvarSelAlignment
);

Parameters

pvarSelAlignment

Return value

None

Remarks

The SelAlignment property determines paragraph alignment for all paragraphs that have text in the current selection or for the paragraph containing the insertion point if no text is selected.

If a selection spans multiple paragraphs with different alignment styles, the SelAlignment property will be null.

Requirements

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

See also

IInkEdit

InkEdit