Selerix Developer Tools
Text Property (WebTextBankControlData)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > WebTextBankControlData Class : Text Property
Selected tab index.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property Text As String
'Usage
 
Dim instance As WebTextBankControlData
Dim value As String
 
instance.Text = value
 
value = instance.Text
[XmlElement()]
public string Text {get; set;}
public read-write property Text: String; 
XmlElementAttribute()
public function get,set Text : String
[XmlElement()]
public: __property string* get_Text();
public: __property void set_Text( 
   string* value
);
[XmlElement()]
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

WebTextBankControlData Class
WebTextBankControlData Members