Share via


_OlkTextBox.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 _OlkTextBox
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.

See Also

Reference

_OlkTextBox Interface

_OlkTextBox Members

Microsoft.Office.Interop.Outlook Namespace