ComponentOne FinancialChart for WPF
C1.WPF Namespace / IC1ContextMenu Interface / Show Method
Specifies the control to which the context menu is associated.
The offset coordinates where the context menu will be displayed. These coordinates are relative to the control specified in the control parameter.



In This Topic
    Show Method (IC1ContextMenu)
    In This Topic
    Displays the context menu at the specified position.
    Syntax
    'Declaration
     
    
    Sub Show( _
       ByVal placementTarget As FrameworkElement, _
       ByVal offset As Point _
    ) 
    'Usage
     
    
    Dim instance As IC1ContextMenu
    Dim placementTarget As FrameworkElement
    Dim offset As Point
     
    instance.Show(placementTarget, offset)

    Parameters

    placementTarget
    Specifies the control to which the context menu is associated.
    offset
    The offset coordinates where the context menu will be displayed. These coordinates are relative to the control specified in the control parameter.
    See Also