Sets the priority for merge items

Namespace: AppCan.wpf.Menus
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static void SetPriority(
	DependencyObject d,
	int value
)
Visual Basic
Public Shared Sub SetPriority ( _
	d As DependencyObject, _
	value As Integer _
)
Visual C++
public:
static void SetPriority(
	DependencyObject^ d, 
	int value
)

Parameters

d
Type: System.Windows..::..DependencyObject
Item
value
Type: System..::..Int32
Priority

See Also