'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the entry control for this container.")> Public Overridable Property EntryControl As System.Windows.Forms.Control
'Usage
Dim instance As NEntryContainer Dim value As System.Windows.Forms.Control instance.EntryControl = value value = instance.EntryControl
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the entry control for this container.")] public virtual System.Windows.Forms.Control EntryControl {get; set;}