Shape.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. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. 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 Shape
Dim value As Integer

value = instance.Creator
int Creator { get; }

Property Value

Type: System.Int32

Remarks

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

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.PowerPoint Namespace