Share via


GroupContentControl.Creator Property (2007 System)

Gets a 32-bit integer that indicates the application in which the GroupContentControl was created.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Creator As Integer
'Usage
Dim instance As GroupContentControl 
Dim value As Integer 

value = instance.Creator
[BrowsableAttribute(false)]
public int Creator { get; }
[BrowsableAttribute(false)]
public:
property int Creator {
    int get ();
}
public function get Creator () : int

Property Value

Type: System.Int32
A 32-bit integer that indicates the application in which the control was created.

Remarks

If the GroupContentControl was created in Word, the Creator property returns the hexadecimal number 4D535744, which represents the string MSWD. This string is the four-character creator code for Word.

.NET Framework Security

See Also

Reference

GroupContentControl Class

GroupContentControl Members

Microsoft.Office.Tools.Word Namespace