Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / ScrollBarButtonsEditor Method


In This Topic
    ScrollBarButtonsEditor Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Shared Function ScrollBarButtonsEditor( _
       ByVal buttons As FpScrollBarButtonCollection _
    ) As Form
    'Usage
     
    
    Dim buttons As FpScrollBarButtonCollection
    Dim value As Form
     
    value = BuiltInDialogs.ScrollBarButtonsEditor(buttons)
    public static Form ScrollBarButtonsEditor( 
       FpScrollBarButtonCollection buttons
    )

    Parameters

    buttons
    See Also