Linked Fields

A control which indicates that two or more controls are linked in some way.

Namespace: LSOne.Controls

Assembly: LSOne.Controls.LinkedFields

 

Syntax

public partial class LinkedFields : UserControl

 

Constructors

Name

Description

LinkedFields()

Default constructor

 

Properties

Name

Description

Mode

Get or set the linking mode. Uses the ModeEnum.

  • Double: Indicate that two controls are linked
  • Triple: Indicate that three controls are linked
  • Quad: Indicate that four controls are linked

 

Examples

 

See Source\SM\Plugins\Barcodes\DialogPages\NewRetailItemBarCodePage.cs from DevPack for usage examples.