ImageGear for .NET
ShowScrollBar(ImGearScrollBarType,Boolean) Method




Specifies the scrollbar whose attributes are requested.
Show (true) or hide (false) scrollbar.
Change visibility state of scrollbars associated with window.
Syntax
'Declaration
 
<ObsoleteAttribute("Use the ShowScrollBar(ImGearScrollBarType scrollBarType, ImGearScrollBarModes scrollMode) overload instead.")>
Public Overloads Sub ShowScrollBar( _
   ByVal scrollBarType As ImGearScrollBarType, _
   ByVal state As Boolean _
) 
'Usage
 
Dim instance As PageView
Dim scrollBarType As ImGearScrollBarType
Dim state As Boolean
 
instance.ShowScrollBar(scrollBarType, state)
[ObsoleteAttribute("Use the ShowScrollBar(ImGearScrollBarType scrollBarType, ImGearScrollBarModes scrollMode) overload instead.")]
public void ShowScrollBar( 
   ImGearScrollBarType scrollBarType,
   bool state
)
[ObsoleteAttribute("Use the ShowScrollBar(ImGearScrollBarType scrollBarType, ImGearScrollBarModes scrollMode) overload instead.")]
public: void ShowScrollBar( 
   ImGearScrollBarType scrollBarType,
   bool state
) 
[ObsoleteAttribute("Use the ShowScrollBar(ImGearScrollBarType scrollBarType, ImGearScrollBarModes scrollMode) overload instead.")]
public:
void ShowScrollBar( 
   ImGearScrollBarType scrollBarType,
   bool state
) 

Parameters

scrollBarType
Specifies the scrollbar whose attributes are requested.
state
Show (true) or hide (false) scrollbar.
See Also

Reference

PageView Class
PageView Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback