CreationCommands Class
Represents a set of static command definitions for tool creation commands.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Interaction.CreationCommands
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public NotInheritable Class CreationCommands
public static class CreationCommands
public ref class CreationCommands abstract sealed
[<AbstractClass>]
[<Sealed>]
type CreationCommands = class end
public final class CreationCommands
The CreationCommands type exposes the following members.
Properties
Name | Description | |
---|---|---|
Create | Gets a command identifier for creating new objects. | |
CreateAt | Gets a tool command identifier for creating new objects at the current position. | |
CreateWithin | Gets a tool command identifier for creating new objects within gesture positions. |
Top
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
Microsoft.Windows.Design.Interaction Namespace