ComponentOne FinancialChart for WPF
Show(FrameworkElement,Point,Boolean) Method



C1.WPF Namespace > C1RadialMenu Class > Show Method : Show(FrameworkElement,Point,Boolean) 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.
Specifies whhether menu should be expanded at opening.
Displays the radial menu at the specified position.
Syntax
'Declaration
 
Public Overloads Sub Show( _
   ByVal placementTarget As FrameworkElement, _
   ByVal offset As Point, _
   ByVal expand As Boolean _
) 
'Usage
 
Dim instance As C1RadialMenu
Dim placementTarget As FrameworkElement
Dim offset As Point
Dim expand As Boolean
 
instance.Show(placementTarget, offset, expand)

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.
expand
Specifies whhether menu should be expanded at opening.
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members
Overload List