'Declaration
Public Overloads Sub Show( _ ByVal placementTarget As FrameworkElement, _ ByVal offset As Point _ )
'Usage
Dim instance As C1RadialMenu Dim placementTarget As FrameworkElement Dim offset As Point instance.Show(placementTarget, offset)
public void Show( FrameworkElement placementTarget, Point offset )
public: void Show( FrameworkElement^ placementTarget, Point 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.