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


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