Selerix Developer Tools
TextIsBold Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : TextIsBold Field
Indicates if the text should be bold. Sets the field text to bold.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public TextIsBold As Boolean
'Usage
 
Dim instance As Question
Dim value As Boolean
 
value = instance.TextIsBold
 
instance.TextIsBold = value
[XmlAttribute()]
[DefaultValue()]
public bool TextIsBold
public field TextIsBold: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var TextIsBold : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool TextIsBold
[XmlAttribute()]
[DefaultValue()]
public:
bool TextIsBold
See Also

Reference

Question Class
Question Members