_OlkTextBox.SelectionMargin Property
Returns or sets a Boolean (bool in C#) that specifies whether the user can select a line of text by clicking in the region to the left of the text. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property SelectionMargin As Boolean
Get
Set
'Usage
Dim instance As _OlkTextBox
Dim value As Boolean
value = instance.SelectionMargin
instance.SelectionMargin = value
[DispIdAttribute()]
bool SelectionMargin { get; set; }
Property Value
Type: System.Boolean
Remarks
If True, clicking in the margin causes selection of text. If False, this action does not select any text. The default value is False.