ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ContextMenuService Class / SetShowHoldingIndicator Method
The control to which the property is attached.
The System.Boolean value to set.

In This Topic
    SetShowHoldingIndicator Method
    In This Topic
    Sets the ShowHoldingIndicator property for a control.
    Syntax
    'Declaration
     
    Public Shared Sub SetShowHoldingIndicator( _
       ByVal obj As Windows.UI.Xaml.DependencyObject, _
       ByVal value As System.Boolean _
    ) 
    public static void SetShowHoldingIndicator( 
       Windows.UI.Xaml.DependencyObject obj,
       System.bool value
    )

    Parameters

    obj
    The control to which the property is attached.
    value
    The System.Boolean value to set.
    See Also