_OlkDateControl.HideSelection Property

Returns or sets a Boolean (bool in C#) that specifies if a selection is displayed or hidden for the control when the control loses focus. Read/write.

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

Syntax

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

value = instance.HideSelection

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

Property Value

Type: System.Boolean

Remarks

The default value of this property is True.

See Also

Reference

_OlkDateControl Interface

_OlkDateControl Members

Microsoft.Office.Interop.Outlook Namespace