ScrollBar.SetInfo Method (Typed) | |
Set all scrollbar properties with one method call.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetInfo(
oScrollRange,
nThumbPosition,
nPageSize,
lDisableNoScroll
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetInfo(
Usual oScrollRange = default,
Usual nThumbPosition = default,
Usual nPageSize = default,
Usual lDisableNoScroll = default
)
Request Example
View SourceParameters
- oScrollRange (Optional)
- Type: Usual
Specifies the minimum and maximum scrolling position. - nThumbPosition (Optional)
- Type: Usual
Specifies the position of the scroll box. - nPageSize (Optional)
- Type: Usual
Specifies the page size. A scroll bar uses this value to determine the appropriate size of the proportional scroll box. - lDisableNoScroll (Optional)
- Type: Usual
Disables the scroll bar instead of removing it, if the scroll bar's new parameters make the scroll bar unnecessary.
Return Value
Type:
UsualSee Also