ImageGear .NET - Updated October 26, 2017
ShowScrollBar Method (ImGearPageView)




ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPageView Class : ShowScrollBar Method
Specifies the scrollbar whose attributes are requested.
The visibility mode of the scrollbar.
Change visibility state of scrollbars associated with window.
Syntax
'Declaration
 
Public Sub ShowScrollBar( _
   ByVal scrollBarType As ImGearScrollBarType, _
   ByVal scrollMode As ImGearScrollBarModes _
) 
 
'Usage
 
Dim instance As ImGearPageView
Dim scrollBarType As ImGearScrollBarType
Dim scrollMode As ImGearScrollBarModes
 
instance.ShowScrollBar(scrollBarType, scrollMode)

Parameters

scrollBarType
Specifies the scrollbar whose attributes are requested.
scrollMode
The visibility mode of the scrollbar.
See Also

Reference

ImGearPageView Class
ImGearPageView Members