/*
		 * Initialize
		 */

		/// <summary>
		/// Initializes the designer with the specified component.
		/// </summary>
		/// <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to associate the designer with. This component must always be an instance of, or derive from, <see cref="T:System.Windows.Forms.Control"></see>.</param>
		public override void Initialize(System.ComponentModel.IComponent component)
		{
			_dropDown = component as NuGenDropDown;
			base.Initialize(component);
		}
예제 #2
0
        /*
         * Initialize
         */

        /// <summary>
        /// Initializes the designer with the specified component.
        /// </summary>
        /// <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to associate the designer with. This component must always be an instance of, or derive from, <see cref="T:System.Windows.Forms.Control"></see>.</param>
        public override void Initialize(System.ComponentModel.IComponent component)
        {
            _dropDown = component as NuGenDropDown;
            base.Initialize(component);
        }