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


In This Topic
    GetContextMenuStrip Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Shared Function GetContextMenuStrip( _
       ByVal spread As FpSpread, _
       ByVal type As ContextMenuType _
    ) As ContextMenuStrip
    'Usage
     
    
    Dim spread As FpSpread
    Dim type As ContextMenuType
    Dim value As ContextMenuStrip
     
    value = BuiltInDialogs.GetContextMenuStrip(spread, type)
    public static ContextMenuStrip GetContextMenuStrip( 
       FpSpread spread,
       ContextMenuType type
    )

    Parameters

    spread
    type
    See Also