frmEditTemplatesPatterns Property

Get/Set a reference to the collection of pattern templates to be edited.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public PatternTemplateCollection Patterns { get; set; }

Property Value

PatternTemplateCollection

Remarks

When this value is set by the caller, a local clone is created so any future use will be safe.

See Also