PictureContentControl.Creator Property

Definition

Gets a 32-bit integer that indicates the application in which the PictureContentControl 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 PictureContentControl was created in Microsoft Office Word, the Creator property returns the hexadecimal number 4D535744, which represents the string MSWD. This string is the four-character creator code for Word.

Applies to