InkEdit.DisableNoScroll property
Gets or sets a value that determines whether scroll bars in the InkEdit control are disabled.
This property is read/write.
Syntax
HRESULT put_DisableNoScroll(
[in] VARIANT_BOOL newVal
);
HRESULT get_DisableNoScroll(
[out, retval] VARIANT_BOOL *pVal
);
Property value
VARIANT_TRUE if scroll bars appear dimmed when displayed; VARIANT_FALSE if scroll bars appear normally. The default value is VARIANT_FALSE.
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
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also