Interface IScrollBarFrame
Implement this interface if you want to add support for shared scrollbars.
Assembly: Syncfusion.Shared.Base.dll
public interface IScrollBarFrame
Methods
Returns a scrollbar object that implements a horizontal scrollbar.
Declaration
Control GetHScrollBar(Control control)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Control |
control |
|
Returns
Type |
System.Windows.Forms.Control |
Returns a scrollbar object that implements a vertical scrollbar.
Declaration
Control GetVScrollBar(Control control)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Control |
control |
|
Returns
Type |
System.Windows.Forms.Control |
Indicates whether the specified control is activated.
Declaration
bool IsActive(Control control, ScrollBars sbType)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Control |
control |
|
System.Windows.Forms.ScrollBars |
sbType |
|
Returns