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