ComponentOne Basic Library for UWP
SetShowHoldingIndicator Method

C1.UWP Assembly > C1.Xaml Namespace > C1ContextMenuService Class : SetShowHoldingIndicator Method
The control to which the property is attached.
The System.Boolean value to set.
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

Reference

C1ContextMenuService Class
C1ContextMenuService Members