Exemplo n.º 1
0
		/// ------------------------------------------------------------------------------------
		/// <summary>
		/// Initializes a new instance of the <see cref="T:DataGridViewControlCell"/> class.
		/// </summary>
		/// <param name="controlInfo">Client provided information necessary to create the
		/// control. This information is passed to IControlCreator when creating the control.</param>
		/// ------------------------------------------------------------------------------------
		public DataGridViewControlCell(ControlCreateInfo controlInfo): this()
		{
			m_ControlCreateInfo = controlInfo;
		}
Exemplo n.º 2
0
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// Initializes a new instance of the <see cref="T:DataGridViewControlCell"/> class.
 /// </summary>
 /// <param name="controlInfo">Client provided information necessary to create the
 /// control. This information is passed to IControlCreator when creating the control.</param>
 /// ------------------------------------------------------------------------------------
 public DataGridViewControlCell(ControlCreateInfo controlInfo) : this()
 {
     m_ControlCreateInfo = controlInfo;
 }