_OlkCommandButton.PictureAlignment Property
Returns or sets an OlPictureAlignment constant that specifies the alignment of the image and the text 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 PictureAlignment As OlPictureAlignment
Get
Set
'Usage
Dim instance As _OlkCommandButton
Dim value As OlPictureAlignment
value = instance.PictureAlignment
instance.PictureAlignment = value
[DispIdAttribute()]
OlPictureAlignment PictureAlignment { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlPictureAlignment