ImageGear PDF v25.2 - Updated
ShowScrollBar(ImGearScrollBarType,ImGearScrollBarModes) Method




ImageGear.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class > ShowScrollBar Method : ShowScrollBar(ImGearScrollBarType,ImGearScrollBarModes) 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 Overloads Sub ShowScrollBar( _
   ByVal scrollBarType As ImGearScrollBarType, _
   ByVal scrollMode As ImGearScrollBarModes _
) 
'Usage
 
Dim instance As PageView
Dim scrollBarType As ImGearScrollBarType
Dim scrollMode As ImGearScrollBarModes
 
instance.ShowScrollBar(scrollBarType, scrollMode)
public void ShowScrollBar( 
   ImGearScrollBarType scrollBarType,
   ImGearScrollBarModes scrollMode
)
public: void ShowScrollBar( 
   ImGearScrollBarType scrollBarType,
   ImGearScrollBarModes scrollMode
) 
public:
void ShowScrollBar( 
   ImGearScrollBarType scrollBarType,
   ImGearScrollBarModes scrollMode
) 

Parameters

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

Reference

PageView Class
PageView Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.