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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the handling of literal data during drag & drop and clipboard operations.
Get
VB.NET | Mode = object.ClipMode As SftMaskClipModeConstants |
VB | Mode = object.ClipMode As SftMaskClipModeConstants |
C#.NET | SftMaskClipModeConstants Mode = object.ClipMode; |
VC++ | enum SftMaskClipModeConstants Mode = object->ClipMode; enum SftMaskClipModeConstants Mode = object->GetClipMode(); |
C | HRESULT object->get_ClipMode(enum SftMaskClipModeConstants* Mode); |
Put
VB.NET | object.ClipMode = Mode As SftMaskClipModeConstants |
VB | object.ClipMode = Mode As SftMaskClipModeConstants |
C#.NET | SftMaskClipModeConstants object.ClipMode = Mode; |
VC++ | enum SftMaskClipModeConstants object->ClipMode = Mode; void object->PutClipMode(enum SftMaskClipModeConstants Mode); |
C | HRESULT object->put_ClipMode(enum SftMaskClipModeConstants Mode); |
object
Mode
Defines the handling of literal data during drag & drop and clipboard operations.
Mode | Value | Description |
---|---|---|
clipSftMaskInclude | 0 | Literal characters are included. |
clipSftMaskExclude | 1 | Literal characters are not included. |
The ClipMode property defines the handling of literal data during drag & drop and clipboard operations.
The behavior of the SelText, Text, TextDisplay and Contents.Value properties are controlled by the ClipMode property.
The ClipMode property has no effect if the control is used as a simple edit control (without Mask).
When using OLEDragMode = OLEDragSftMaskAutomatic, the data automatically added to the DataObject always includes literal characters. The ClipMode setting is ignored.
See Also SftMask Object | Object Hierarchy