Selerix Developer Tools
QuestionAnswerLocation Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : QuestionAnswerLocation Enumeration
Location of answer control related to question
Syntax
'Declaration
 
Public Enum QuestionAnswerLocation 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As QuestionAnswerLocation
public enum QuestionAnswerLocation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum QuestionAnswerLocation = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum QuestionAnswerLocation extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum QuestionAnswerLocation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class QuestionAnswerLocation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Auto1Let system calculate
Other2147483647Other.
Right2Right of question
Under3Under of question
Unknown0Unknown
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.QuestionAnswerLocation

See Also

Reference

Selerix.BusinessObjects Namespace