Wimark.Controls Class Library  

DataGridViewNumericUpDownCell Members

DataGridViewNumericUpDownCell overview

Public Constructors

public constructorDataGridViewNumericUpDownCell Constructor Overloaded. Initializes a new instance of the DataGridViewNumericUpDownCell class with a specified editor component.

Public Properties

public propertyAddress (inherited from DataGridViewCell) Gets the address of a cell.
public propertyAlignment (inherited from DataGridViewCell) Gets a value indicating the position of the content within a cell.
public propertyBackColor (inherited from DataGridViewCell) Gets the background color of a cell.
public propertyBounds (inherited from DataGridViewCell) Gets the bounds of the cell.
public propertyColumnIndex (inherited from DataGridViewCell) Gets the column index for this cell.
public propertyContainer (inherited from Component) Gets the IContainer that contains the Component.
public propertyCustomBorder (inherited from DataGridViewCell) Gets border information when the BorderStyle is set to Custom.
public propertyDataGridView (inherited from DataGridViewCell) Gets the DataGridView control the cell is located in.
public propertyDataGridViewRow (inherited from DataGridViewCell) Gets the DataGridViewRow the cell is located in.
public propertyDecimalPlaces Gets or sets the number of decimal places to display in the up-down cell.
public propertyDrawFocusRectangleWhenCurrent (inherited from DataGridViewCell) Gets a value indicating whether the control should draw the focus rectangle when the cell is current (default is true).
public propertyDrawSelectionBackColorWhenActive (inherited from DataGridViewCell) Gets a value indicating whether the cell should use the selection backcolor when it is active (default is true).
public propertyEditor Gets the editor used to edit cell values.
public propertyErrorText (inherited from DataGridViewCell) Gets or sets the text describing an error condition associated with the cell.
public propertyFont (inherited from DataGridViewCell) Gets the font applied to the textual content of a cell.
public propertyForeColor (inherited from DataGridViewCell) Gets the foreground color of a cell.
public propertyFormat (inherited from DataGridViewCell) Gets or sets the format string applied to the textual content of a cell.
public propertyFormatProvider (inherited from DataGridViewCell) Gets or sets the object used to provide culture-specific formatting of cell values.
public propertyGetDefaultValue (inherited from DataGridViewCell) Gets the default value for a cell in a newly created row.
public propertyHexadecimal Gets or sets a value indicating whether the up-down cell should display the value in hexadecimal format.
public propertyIncrement Gets or sets the value to increment or decrement the up-down cell when the up or down buttons are clicked.
public propertyIndent (inherited from DataGridViewCell) Gets the distance to indent the content of a cell.
public propertyMaximum Gets or sets the maximum value for the up-down cell.
public propertyMergedColumns (inherited from DataGridViewCell) Gets or sets the number of cells to the right that should be merged to this cell.
public propertyMergedRows (inherited from DataGridViewCell) Gets or sets the number of cells beneath that should be merged to this cell.
public propertyMinimum Gets or sets the minimum allowed value for the up-down cell.
public propertyNullValue (inherited from DataGridViewCell) Gets or sets the DataGridView cell display value corresponding to a cell value of DBNull.
public propertyReadOnly (inherited from DataGridViewCell) Gets or sets a value indicating whether the cell is read-only.
public propertyRowIndex (inherited from DataGridViewCell) Gets the index of the cell's parent row.
public propertySelected (inherited from DataGridViewCell) Gets or sets a value indicating whether the cell is selected.
public propertySelectionBackColor (inherited from DataGridViewCell) Gets the background color used by a cell when it is selected.
public propertySelectionForeColor (inherited from DataGridViewCell) Gets the foreground color used by a cell when it is selected.
public propertyShareable (inherited from DataGridViewCell) Gets or sets a value indicating whether the cell can be shared when it is scrolled out of view.
public propertySite (inherited from Component) Gets or sets the ISite of the Component.
public propertyStyle (inherited from DataGridViewCell) Gets or sets the style for the cell.
public propertyTag (inherited from DataGridViewCell) Gets or sets the object that contains data about the cell.
public propertyThousandsSeparator Gets or sets a value indicating whether a thousands separator is displayed in the up-down cell when appropriate.
public propertyToolTipText (inherited from DataGridViewCell) Gets or sets the text of a tool tip that describes the cell.
public propertyToolTipTitle (inherited from DataGridViewCell) Gets or sets the title of a tool tip that describes the cell.
public propertyValue (inherited from DataGridViewCell) Gets or sets the value associated with this cell.
public propertyValueType (inherited from DataGridViewCell) Gets or sets the data type of the values in the cell.
public propertyWrapMode (inherited from DataGridViewCell) Gets or sets a value indicating whether textual content in a cell is wrapped to subsequent lines or truncated when it is too long to fit on a single line.

Public Methods

public methodClone (inherited from DataGridViewCell) Creates an identical copy of the current DataGridViewCell that is not attached to any data grid view row.
public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
public methodEnsureVisible (inherited from DataGridViewCell) Ensures that the cell is visible, expanding groups and scrolling the data grid view control as necessary.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetFormattedValue (inherited from DataGridViewCell) Gets the formatted value of the cell.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodIsVisible (inherited from DataGridViewCell) Gets a value indicating whether the cell is visible.
public methodParseEditedValue (inherited from DataGridViewCell) Parses the edited value to the ValueType data type.
public methodShareCell (inherited from DataGridViewCell) Shares a cell. Returns false if the cell cannot be shared.
public methodToString (inherited from Component) Overridden. See Object.ToString.

Public Events

public eventDisposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.

Protected Properties

protected propertyDefaultValueType (inherited from DataGridViewCell) Gets the default type of the values in the cell.
protected propertyDesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
protected propertyEvents (inherited from Component) Gets the list of event handlers that are attached to this Component.

Protected Methods

protected methodActivateCell (inherited from DataGridViewCell) Activates the cell and returns the editor used to edit the cell value.
protected methodActivateOnEnter (inherited from DataGridViewCell) Gets a value indicating whether the editing mode should be started when the cell is entered.
protected methodCanActivate (inherited from DataGridViewCell) Gets a value indicating whether the cell can be activated.
protected methodComputeContentBounds (inherited from DataGridViewCell) Computes location and size of the cell content.
protected methodComputeErrorIconBounds (inherited from DataGridViewCell) Computes location and size of the error icon.
protected methodDeactivateCell (inherited from DataGridViewCell) Deactivates the cell.
protected methodDefaultFormatting (inherited from DataGridViewCell) Formats the value of a cell before it is displayed.
protected methodDefaultParsing (inherited from DataGridViewCell) Formats the value of a cell before it is displayed.
protected methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
protected methodDrawContent (inherited from DataGridViewCell) Draws the content of the cell.
protected methodFinalize (inherited from Component) Overridden. See Object.Finalize.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetActiveContentCursor (inherited from DataGridViewCell) Gets the mouse cursor used when the mouse is over the active content of a cell.
protected methodGetDefaultAlignment (inherited from DataGridViewCell) Gets the default content alignment.
protected methodGetDisposeFormattedValue (inherited from DataGridViewCell) Gets a value indicating whether the formatted value should be disposed (default is false).
protected methodGetFormattedValueType (inherited from DataGridViewCell) Gets the class type of the formatted value associated with the cell.
protected methodGetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
protected methodGetToolTipForHiddenContent (inherited from DataGridViewCell) Gets the tooltip that is displayed when parts of the cell content is hidden.
protected methodHittestActiveContent (inherited from DataGridViewCell) Gets a value indicating whether a specified location is over the active content of the cell.
protected methodIsShareable (inherited from DataGridViewCell) Gets a value indicating whether the cell can be shared.
protected methodKeyPressOnActivate (inherited from DataGridViewCell) Sets the key that was pressed when the cell was activated.
protected methodMeasureContentHeight (inherited from DataGridViewCell) Measures the preferred width of the content.
protected methodMeasureContentWidth (inherited from DataGridViewCell) Measures the preferred width of the content.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
protected methodMouseClickOnActivate (inherited from DataGridViewCell) Sends the mouse click event that activated the cell.
protected methodOnActiveContentClick (inherited from DataGridViewCell) Occurs when the active content within the cell is clicked.
protected methodSetValueToNull (inherited from DataGridViewCell) Sets the value to DBNull and updated the current editor if the editor is active.

See Also

DataGridViewNumericUpDownCell Class | Wimark.Controls Namespace