_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
<DispIdAttribute()> _
Property ShowNoneButton As Boolean
Get
Set
'Usage
Dim instance As _OlkDateControl
Dim value As Boolean
value = instance.ShowNoneButton
instance.ShowNoneButton = value
[DispIdAttribute()]
bool ShowNoneButton { get; set; }
Property Value
Type: System.Boolean
Remarks
The default value is True.