RatingCell Class

Krypton OutlookGrid

RatingCell Class
Krypton OutlookGrid v1.6.0
Class for a rating celle
Inheritance Hierarchy
SystemObject  System.Windows.FormsDataGridViewElement
    System.Windows.FormsDataGridViewCell
      System.Windows.FormsDataGridViewImageCell
        JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumnsRatingCell

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public class RatingCell : DataGridViewImageCell
Public Class RatingCell
	Inherits DataGridViewImageCell

The RatingCell type exposes the following members.

Constructors
  NameDescription
Public methodRatingCell
Constructor
Top
Properties
  NameDescription
Public propertyAccessibilityObject (Inherited from DataGridViewCell.)
Public propertyColumnIndex (Inherited from DataGridViewCell.)
Public propertyContentBounds (Inherited from DataGridViewCell.)
Public propertyContextMenuStrip (Inherited from DataGridViewCell.)
Public propertyDataGridView (Inherited from DataGridViewElement.)
Public propertyDefaultNewRowValue
Overrides DefaultNewRowValue
(Overrides DataGridViewImageCellDefaultNewRowValue.)
Public propertyDescription (Inherited from DataGridViewImageCell.)
Public propertyDisplayed (Inherited from DataGridViewCell.)
Public propertyEditedFormattedValue (Inherited from DataGridViewCell.)
Public propertyEditType (Inherited from DataGridViewImageCell.)
Public propertyErrorIconBounds (Inherited from DataGridViewCell.)
Public propertyErrorText (Inherited from DataGridViewCell.)
Public propertyFormattedValue (Inherited from DataGridViewCell.)
Public propertyFormattedValueType (Inherited from DataGridViewImageCell.)
Public propertyFrozen (Inherited from DataGridViewCell.)
Public propertyHasStyle (Inherited from DataGridViewCell.)
Public propertyImageLayout (Inherited from DataGridViewImageCell.)
Public propertyInheritedState (Inherited from DataGridViewCell.)
Public propertyInheritedStyle (Inherited from DataGridViewCell.)
Public propertyIsInEditMode (Inherited from DataGridViewCell.)
Public propertyOwningColumn (Inherited from DataGridViewCell.)
Public propertyOwningRow (Inherited from DataGridViewCell.)
Public propertyPreferredSize (Inherited from DataGridViewCell.)
Public propertyReadOnly (Inherited from DataGridViewCell.)
Public propertyResizable (Inherited from DataGridViewCell.)
Public propertyRowIndex (Inherited from DataGridViewCell.)
Public propertySelected (Inherited from DataGridViewCell.)
Public propertySize (Inherited from DataGridViewCell.)
Public propertyState (Inherited from DataGridViewElement.)
Public propertyStyle (Inherited from DataGridViewCell.)
Public propertyTag (Inherited from DataGridViewCell.)
Public propertyToolTipText (Inherited from DataGridViewCell.)
Public propertyValue (Inherited from DataGridViewCell.)
Public propertyValueIsIcon (Inherited from DataGridViewImageCell.)
Public propertyValueType (Inherited from DataGridViewImageCell.)
Public propertyVisible (Inherited from DataGridViewCell.)
Top
Methods
  NameDescription
Public methodAdjustCellBorderStyle (Inherited from DataGridViewCell.)
Protected methodBorderWidths (Inherited from DataGridViewCell.)
Protected methodClickUnsharesRow (Inherited from DataGridViewCell.)
Public methodClone (Inherited from DataGridViewImageCell.)
Protected methodContentClickUnsharesRow (Inherited from DataGridViewCell.)
Protected methodContentDoubleClickUnsharesRow (Inherited from DataGridViewCell.)
Protected methodCreateAccessibilityInstance (Inherited from DataGridViewImageCell.)
Public methodDetachEditingControl (Inherited from DataGridViewCell.)
Public methodDispose (Inherited from DataGridViewCell.)
Protected methodDispose(Boolean) (Inherited from DataGridViewCell.)
Protected methodDoubleClickUnsharesRow (Inherited from DataGridViewCell.)
Protected methodEnterUnsharesRow (Inherited from DataGridViewCell.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from DataGridViewCell.)
Protected methodGetClipboardContent (Inherited from DataGridViewCell.)
Public methodGetContentBounds(Int32) (Inherited from DataGridViewCell.)
Protected methodGetContentBounds(Graphics, DataGridViewCellStyle, Int32) (Inherited from DataGridViewImageCell.)
Public methodGetEditedFormattedValue (Inherited from DataGridViewCell.)
Protected methodGetErrorIconBounds (Inherited from DataGridViewImageCell.)
Protected methodGetErrorText (Inherited from DataGridViewCell.)
Protected methodGetFormattedValue
Overrides GetFormattedValue
(Overrides DataGridViewImageCellGetFormattedValue(Object, Int32, DataGridViewCellStyle, TypeConverter, TypeConverter, DataGridViewDataErrorContexts).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInheritedContextMenuStrip (Inherited from DataGridViewCell.)
Public methodGetInheritedState (Inherited from DataGridViewCell.)
Public methodGetInheritedStyle (Inherited from DataGridViewCell.)
Protected methodGetPreferredSize (Inherited from DataGridViewImageCell.)
Protected methodGetSize (Inherited from DataGridViewCell.)
Public methodGetType (Inherited from Object.)
Protected methodGetValue (Inherited from DataGridViewImageCell.)
Public methodInitializeEditingControl (Inherited from DataGridViewCell.)
Protected methodKeyDownUnsharesRow (Inherited from DataGridViewCell.)
Public methodKeyEntersEditMode (Inherited from DataGridViewCell.)
Protected methodKeyPressUnsharesRow (Inherited from DataGridViewCell.)
Protected methodKeyUpUnsharesRow (Inherited from DataGridViewCell.)
Protected methodLeaveUnsharesRow (Inherited from DataGridViewCell.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMouseClickUnsharesRow (Inherited from DataGridViewCell.)
Protected methodMouseDoubleClickUnsharesRow (Inherited from DataGridViewCell.)
Protected methodMouseDownUnsharesRow (Inherited from DataGridViewCell.)
Protected methodMouseEnterUnsharesRow (Inherited from DataGridViewCell.)
Protected methodMouseLeaveUnsharesRow (Inherited from DataGridViewCell.)
Protected methodMouseMoveUnsharesRow (Inherited from DataGridViewCell.)
Protected methodMouseUpUnsharesRow (Inherited from DataGridViewCell.)
Protected methodOnClick (Inherited from DataGridViewCell.)
Protected methodOnContentClick
Update cell's value when the user clicks on a star
(Overrides DataGridViewCellOnContentClick(DataGridViewCellEventArgs).)
Protected methodOnContentDoubleClick (Inherited from DataGridViewCell.)
Protected methodOnDataGridViewChanged (Inherited from DataGridViewCell.)
Protected methodOnDoubleClick (Inherited from DataGridViewCell.)
Protected methodOnEnter (Inherited from DataGridViewCell.)
Protected methodOnKeyDown (Inherited from DataGridViewCell.)
Protected methodOnKeyPress (Inherited from DataGridViewCell.)
Protected methodOnKeyUp (Inherited from DataGridViewCell.)
Protected methodOnLeave (Inherited from DataGridViewCell.)
Protected methodOnMouseClick (Inherited from DataGridViewCell.)
Protected methodOnMouseDoubleClick (Inherited from DataGridViewCell.)
Protected methodOnMouseDown (Inherited from DataGridViewCell.)
Protected methodOnMouseEnter (Inherited from DataGridViewCell.)
Protected methodOnMouseLeave
Overrides OnMouseLeave
(Overrides DataGridViewCellOnMouseLeave(Int32).)
Protected methodOnMouseMove
Overrides OnMouseMove
(Overrides DataGridViewCellOnMouseMove(DataGridViewCellMouseEventArgs).)
Protected methodOnMouseUp (Inherited from DataGridViewCell.)
Protected methodPaint
Overrides Paint
(Overrides DataGridViewImageCellPaint(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates, Object, Object, String, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle, DataGridViewPaintParts).)
Protected methodPaintBorder (Inherited from DataGridViewCell.)
Protected methodPaintErrorIcon (Inherited from DataGridViewCell.)
Public methodParseFormattedValue (Inherited from DataGridViewCell.)
Public methodPositionEditingControl (Inherited from DataGridViewCell.)
Public methodPositionEditingPanel (Inherited from DataGridViewCell.)
Protected methodRaiseCellClick (Inherited from DataGridViewElement.)
Protected methodRaiseCellContentClick (Inherited from DataGridViewElement.)
Protected methodRaiseCellContentDoubleClick (Inherited from DataGridViewElement.)
Protected methodRaiseCellValueChanged (Inherited from DataGridViewElement.)
Protected methodRaiseDataError (Inherited from DataGridViewElement.)
Protected methodRaiseMouseWheel (Inherited from DataGridViewElement.)
Protected methodSetValue (Inherited from DataGridViewCell.)
Public methodToString (Inherited from DataGridViewImageCell.)
Top
See Also