Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

Insert Property, SftMask Object

Defines the current insert/overtype mode.

Syntax

Get

VB.NETBoolean = object.Insert As Boolean
VBBoolean = object.Insert As Boolean
C#.NETbool Boolean = object.Insert;
VC++VARIANT_BOOL Boolean = object->Insert;
VARIANT_BOOL Boolean = object->GetInsert();
CHRESULT object->get_Insert(VARIANT_BOOL* Boolean);

Put

VB.NETobject.Insert = Boolean As Boolean
VBobject.Insert = Boolean As Boolean
C#.NETbool object.Insert = Boolean;
VC++VARIANT_BOOL object->Insert = Boolean;
void object->PutInsert(VARIANT_BOOL Boolean);
CHRESULT object->put_Insert(VARIANT_BOOL Boolean);

object

A SftMask object.

Boolean

Defines the current insert/overtype mode.

BooleanDescription
TrueThe control is in insert mode.
FalseThe control is in overtype mode.

Comments

The Insert property defines the current insert/overtype mode.

Overtype mode is visually indicated by the selection which is automatically extended to include one character position (if possible).

The user switches between insert and overtype mode using the Insert key. The application can switch between modes using the Insert property.

The InputMode property is used to define the control's insert/overtype mode behavior.

To allow an application to display the current insert/overtype mode, e.g., in a status bar, the InputModeUpdate event is used to notify the application of any mode change that may occur, through user interaction, input focus change or application driven changes. By responding to the InputModeUpdate event, an application is guaranteed to be notified of the current input mode.

See Also SftMask Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.