Share via


_OlkTimeControl.Style Property

Returns or sets an OlTimeStyle constant that specifies the style of the time control. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property Style As OlTimeStyle
    Get
    Set
'Usage
Dim instance As _OlkTimeControl
Dim value As OlTimeStyle

value = instance.Style

instance.Style = value
[DispIdAttribute()]
OlTimeStyle Style { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlTimeStyle

Remarks

The default value is olTimeStyleTimeOnly.

See Also

Reference

_OlkTimeControl Interface

_OlkTimeControl Members

Microsoft.Office.Interop.Outlook Namespace