_OlkCommandButton.DisplayDropArrow Property
Returns or sets a Boolean (bool in C#) that enables the rendering of a downward-pointing arrow on the button. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property DisplayDropArrow As Boolean
Get
Set
'Usage
Dim instance As _OlkCommandButton
Dim value As Boolean
value = instance.DisplayDropArrow
instance.DisplayDropArrow = value
[DispIdAttribute()]
bool DisplayDropArrow { get; set; }
Property Value
Type: System.Boolean
Remarks
This arrow is rendered on the right on the button in langauges written left-to-right and on the left in langauges written right-to-left. True to render the arrow on the button, False to disable the rendering.