IInkEdit::get_DisableNoScroll method (inked.h)

Gets or sets a value that determines whether scroll bars in the InkEdit control are disabled.

This property is read/write.

Syntax

HRESULT get_DisableNoScroll(
  VARIANT_BOOL *pVal
);

Parameters

pVal

Return value

None

Remarks

The DisableNoScroll property is ignored when the ScrollBars property is set to rtfNone. However, when ScrollBars is set to rtfHorizontal, rtfVertical, or rtfBoth, individual scroll bars are disabled when there are too few lines of text to scroll vertically or too few characters of text to scroll horizontally in the InkEdit control.

This property is read-only at run time.

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