Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / GetScrollableControl Method


In This Topic
    GetScrollableControl Method (GroupShape)
    In This Topic
    Get scrolable object.
    Syntax
    'Declaration
     
    
    Public Function GetScrollableControl() As ScrollableControl
    'Usage
     
    
    Dim instance As GroupShape
    Dim value As ScrollableControl
     
    value = instance.GetScrollableControl()
    public ScrollableControl GetScrollableControl()
    See Also