UserControlZoneEditorT, TT, TTT Class

Definition

Namespace: PCBI_API_Extensions.Zones
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class UserControlZoneEditor<T, TT, TTT> : UserControl
where T : new(), DesignZoneTableBase<TT, TTT>
where TT : new(), ZoneContainerDefinitionBase<TTT>
where TTT : new(), ZoneDefinition
Inheritance
Object    MarshalByRefObject    Component    Control    ScrollableControl    ContainerControl    UserControl    UserControlZoneEditorT, TT, TTT

Type Parameters

T
TT
TTT

Constructors

UserControlZoneEditorT, TT, TTTInitializes a new instance of the UserControlZoneEditorT, TT, TTT class

Properties

ClickThrough Gets or sets whether the ToolStripEx honors item clicks when its containing form does not have input focus.

See Also