'Declaration
<ObsoleteAttribute("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")>
Sub SetScrollParams( _
ByVal scrollBarType As ImGearScrollBarType, _
ByVal scrollInfo As ImGearScrollInfo, _
ByVal redraw As Boolean _
)
'Usage
Dim instance As IImGearScrollableView
Dim scrollBarType As ImGearScrollBarType
Dim scrollInfo As ImGearScrollInfo
Dim redraw As Boolean
instance.SetScrollParams(scrollBarType, scrollInfo, redraw)
[ObsoleteAttribute("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void SetScrollParams(
ImGearScrollBarType scrollBarType,
ImGearScrollInfo scrollInfo,
bool redraw
)
[ObsoleteAttribute("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void SetScrollParams(
ImGearScrollBarType scrollBarType,
ImGearScrollInfo scrollInfo,
bool redraw
)
[ObsoleteAttribute("Use the ScrollChanged event of the page display to receive notifications when the scroll changes.")]
void SetScrollParams(
ImGearScrollBarType scrollBarType,
ImGearScrollInfo scrollInfo,
bool redraw
)