Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
True if the specified object is displayed as an icon.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DisplayAsIcon As Boolean
Get
Set
'Usage
Dim instance As OLEFormat
Dim value As Boolean
value = instance.DisplayAsIcon
instance.DisplayAsIcon = value
bool DisplayAsIcon { get; set; }
Property Value
Type: System.Boolean