dsSelectionSetType_e Enumeration Send Feedback
See Also 
Types of selections.

Syntax

Visual Basic 
Public Enum dsSelectionSetType_e 
   Inherits System.Enum
C# 
public enum dsSelectionSetType_e : System.Enum 
JavaScript 
dsSelectionSetType_e : String
COM native C++ 
enum dsSelectionSetType_e
C++ 
enum dsSelectionSetType_e

Members

MemberDescription
dsSelectionSetType_Current

1 = Currently selected command

dsSelectionSetType_Previous2 = Previously selected command

See Also