ImageGear PDF v25.2 - Updated
IsScrollBarEnabled Method (PageView)




ImageGear.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : IsScrollBarEnabled Method
Specifies the scrollbar whose attributes are requested.
This method returns whether or not the specified scrollbar is enabled.
Syntax
'Declaration
 
Public Function IsScrollBarEnabled( _
   ByVal scrollBarType As ImGearScrollBarType _
) As Boolean
'Usage
 
Dim instance As PageView
Dim scrollBarType As ImGearScrollBarType
Dim value As Boolean
 
value = instance.IsScrollBarEnabled(scrollBarType)
public bool IsScrollBarEnabled( 
   ImGearScrollBarType scrollBarType
)
public: bool IsScrollBarEnabled( 
   ImGearScrollBarType scrollBarType
) 
public:
bool IsScrollBarEnabled( 
   ImGearScrollBarType scrollBarType
) 

Parameters

scrollBarType
Specifies the scrollbar whose attributes are requested.

Return Value

True if scrollbar is enabled, false if it is not enabled.
See Also

Reference

PageView Class
PageView Members

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