_OlkCommandButton.Font Property

Returns the font used to render the text inside the control. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property Font As StdFont
    Get
'Usage
Dim instance As _OlkCommandButton
Dim value As StdFont

value = instance.Font
StdFont Font { get; }

Property Value

Type: StdFont

Remarks

The font is expressed as the Microsoft Windows type stdfont.

See Also

Reference

_OlkCommandButton Interface

_OlkCommandButton Members

Microsoft.Office.Interop.Outlook Namespace