OLEFormat.IconLabel Property
Returns or sets the text displayed below the icon for an OLE object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property IconLabel As String
Get
Set
'Usage
Dim instance As OLEFormat
Dim value As String
value = instance.IconLabel
instance.IconLabel = value
string IconLabel { get; set; }
Property Value
Type: System.String