Share via


TextFrame2.Creator Property

Returns a 64-bit signed integer that represents the four-character creator code for the application in which the specified object was created. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Creator As Integer
    Get
'Usage
Dim instance As TextFrame2
Dim value As Integer

value = instance.Creator
int Creator { get; }

Property Value

Type: System.Int32

Remarks

For example, if a TextFrame2 was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only.

The Creator property is designed to be used in Microsoft Office applications for the Macintosh.

See Also

Reference

TextFrame2 Interface

TextFrame2 Members

Microsoft.Office.Interop.PowerPoint Namespace