Show / Hide Table of Contents

Enum ClickControlMode

Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum ClickControlMode : int
Remarks

2.5.12.1 fmClickControlMode

Fields

Name Description
Default

Use the client application default value.

Inherit

Use the same value as the client application design-time settings.

InsertionPoint

Select the control under the cursor, and set the insertion point under the cursor, both on the same click.

SelectThenInsert

If the control under the cursor is already selected, set the insertion point under the cursor; otherwise, select the control.

Back to top Generated by DocFX