SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Text is about to be pasted into the control.
| VB.NET | Private Sub object_PrePaste(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.PrePaste |
| VB | Private Sub object_PrePaste(Text As String) |
| C#.NET | void object_PrePaste(object sender, EventArgumentType e); |
| VC++ | void OnPrePasteobject(_bstr_t* Text); |
| C | HRESULT OnPrePasteobject(BSTR* Text); |
object
Text
The text about to be pasted into the control at the insertion point (or replacing the current selection if present).
The PrePaste event occurs when text is about to be pasted into the control.
This event is intended to make modifications to the Text about to be pasted. It cannot be used to modify control properties or invoke control methods.
To prevent the operation to continue, Text can be set to any empty string.
See Also SftMask Events | Object Hierarchy
