Text

Property of IStyle

Description

Text property

Property type

Read-Write Property of type 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 ===== IStyle