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


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