Share via


GroupContentControl.Text Property (2007 System)

Gets the text in the GroupContentControl.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
<BindableAttribute(True)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property Text As String
'Usage
Dim instance As GroupContentControl 
Dim value As String 

value = instance.Text
[BindableAttribute(true)]
[BrowsableAttribute(false)]
public string Text { get; }
[BindableAttribute(true)]
[BrowsableAttribute(false)]
public:
property String^ Text {
    String^ get ();
}
public function get Text () : String

Property Value

Type: System.String
The text in the GroupContentControl.

Remarks

To access the formatting of the text in the control and other text properties, use the Range property.

.NET Framework Security

See Also

Reference

GroupContentControl Class

GroupContentControl Members

Microsoft.Office.Tools.Word Namespace