RolePlayerComboCell Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class to allow overriding of Parse and Format functionality.
public ref class RolePlayerComboCell : System::Windows::Forms::DataGridViewComboBoxCell
public class RolePlayerComboCell : System.Windows.Forms.DataGridViewComboBoxCell
type RolePlayerComboCell = class
inherit DataGridViewComboBoxCell
Public Class RolePlayerComboCell
Inherits DataGridViewComboBoxCell
- Inheritance
-
RolePlayerComboCell
Remarks
This class must be public as it is created via reflection.
Constructors
RolePlayerComboCell() |
Default constructor |
Properties
ValueType |
Force the value type of the cell to be the column's value type. |