Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a 32-bit integer that indicates the application in which the DropDownListContentControl was created.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
ReadOnly Property Creator As Integer
int Creator { get; }
Property Value
Type: System.Int32
A 32-bit integer that indicates the application in which the control was created.
Remarks
If the DropDownListContentControl 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.