Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A policy that specifies all items in the selection that are not the primary selection.
Namespace: Microsoft.Windows.Design.Policies
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Class SecondarySelectionPolicy _
Inherits SelectionPolicy
'Usage
Dim instance As SecondarySelectionPolicy
public class SecondarySelectionPolicy : SelectionPolicy
public ref class SecondarySelectionPolicy : public SelectionPolicy
public class SecondarySelectionPolicy extends SelectionPolicy
Remarks
The SecondarySelectionPolicy class is an ItemPolicy that is enabled when SelectionTool is the active tool.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Policies.ItemPolicy
Microsoft.Windows.Design.Policies.SelectionPolicy
Microsoft.Windows.Design.Policies.SecondarySelectionPolicy
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SecondarySelectionPolicy Members
Microsoft.Windows.Design.Policies Namespace