Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ContextMenuService Class / GetMenuOpenMode Method
The control from which the property is retrieved.

In This Topic
    GetMenuOpenMode Method
    In This Topic
    Gets the MenuOpenMode property for a control.
    Syntax
    'Declaration
     
    
    Public Shared Function GetMenuOpenMode( _
       ByVal obj As DependencyObject _
    ) As ContextMenuOpenMode
    public static ContextMenuOpenMode GetMenuOpenMode( 
       DependencyObject obj
    )

    Parameters

    obj
    The control from which the property is retrieved.

    Return Value

    See Also