UserControlZoneEditorT, TT, TTT Class
Namespace: PCBI_API_Extensions.ZonesAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public class UserControlZoneEditor<T, TT, TTT> : UserControl
where T : new(), DesignZoneTableBase<TT, TTT>
where TT : new(), ZoneContainerDefinitionBase<TTT>
where TTT : new(), ZoneDefinition
Public Class UserControlZoneEditor(Of T As {New, DesignZoneTableBase(Of TT, TTT)}, TT As {New, ZoneContainerDefinitionBase(Of TTT)}, TTT As {New, ZoneDefinition})
Inherits UserControl
generic<typename T, typename TT, typename TTT>
where T : gcnew(), DesignZoneTableBase<TT, TTT>
where TT : gcnew(), ZoneContainerDefinitionBase<TTT>
where TTT : gcnew(), ZoneDefinition
public ref class UserControlZoneEditor : public UserControl
type UserControlZoneEditor<'T, 'TT, 'TTT when 'T : new() and DesignZoneTableBase<'TT, 'TTT> when 'TT : new() and ZoneContainerDefinitionBase<'TTT> when 'TTT : new() and ZoneDefinition> =
class
inherit UserControl
end
- Inheritance
- Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl UserControlZoneEditorT, TT, TTT
Type Parameters
- T
- TT
- TTT
| ClickThrough |
Gets or sets whether the ToolStripEx honors item clicks when its containing form does
not have input focus.
|