ComponentOne RichTextBox for UWP
Show Method

C1.Xaml.RichTextBox Namespace > C1RichTextBoxMenu Class : 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.
Displays the radial menu at the specified position.
Syntax
'Declaration
 
Public Sub Show( _
   ByVal placementTarget As Windows.UI.Xaml.FrameworkElement, _
   ByVal offset As Windows.Foundation.Point _
) 
public void Show( 
   Windows.UI.Xaml.FrameworkElement placementTarget,
   Windows.Foundation.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.
See Also

Reference

C1RichTextBoxMenu Class
C1RichTextBoxMenu Members