GroupContentControl.Creator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a 32-bit integer that indicates the application in which the GroupContentControl was created.
public:
property int Creator { int get(); };
public int Creator { get; }
member this.Creator : int
Public ReadOnly Property Creator As Integer
Property Value
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.