====== Text ======
Property of [[:scripting:api:style:start|IStyle]]
===== Description =====
Text property
===== Property type =====
Read-Write Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var bText = Style.Text;
Style.Text = bText;
==== Visual Basic Script ====
bText = Style.Text
Style.Text = bText
==== C++ ====
long bText;
HRESULT hr = Style.get_Text(&bText);
hr = Style.put_Text(bText);
===== See Also =====
[[:scripting:api:style:start|IStyle]]
~~NOTOC~~