Share via


_OlkDateControl.ShowNoneButton Property

Returns or sets a Boolean (bool in C#) that specifies whether to display the None button in the date control. Read/write.

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

Syntax

'Declaration
Property ShowNoneButton As Boolean
    Get
    Set
'Usage
Dim instance As _OlkDateControl
Dim value As Boolean

value = instance.ShowNoneButton

instance.ShowNoneButton = value
bool ShowNoneButton { get; set; }

Property Value

Type: System.Boolean

Remarks

The default value is True.

See Also

Reference

_OlkDateControl Interface

_OlkDateControl Members

Microsoft.Office.Interop.Outlook Namespace