Selerix Developer Tools
QuestionListItem Constructor(String,String,Boolean)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > QuestionListItem Class > QuestionListItem Constructor : QuestionListItem Constructor(String,String,Boolean)
The text.
The value.
if set to true [selected].
Initializes a new instance of the QuestionListItem class.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal value As String, _
   ByVal selected As Boolean _
)
'Usage
 
Dim text As String
Dim value As String
Dim selected As Boolean
 
Dim instance As New QuestionListItem(text, value, selected)
public QuestionListItem( 
   string text,
   string value,
   bool selected
)
public QuestionListItem( 
    text: String;
    value: String;
    selected: Boolean
); 
public function QuestionListItem( 
   text : String,
   value : String,
   selected : boolean
);
public: QuestionListItem( 
   string* text,
   string* value,
   bool selected
)
public:
QuestionListItem( 
   String^ text,
   String^ value,
   bool selected
)

Parameters

text
The text.
value
The value.
selected
if set to true [selected].
See Also

Reference

QuestionListItem Class
QuestionListItem Members
Overload List