OLEFormat.DisplayAsIcon Property
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