Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies if you can drop text in the middle of a word in the text box portion of a control.
Object.OLEDropTextInsertion[= lExpression]
Parameters
lExpression
The settings for the OLEDropTextInsertion property are:Setting
Description
0
(Default) Text can be dropped into a word.
1
Text can only be dropped before or after a word.
Remarks
Applies To: ComboBox | EditBox | Spinner | TextBox
The OLEDropMode property of a control must be set to 1 – Enabled to drop text in the text box portion of the control.