BCGControlBar Library for .NET
SpinButtonCell Class Members
Fields  Properties  Methods 


The following tables list the members exposed by SpinButtonCell.

Public Constructors
 NameDescription
Public ConstructorSpinButtonCell Constructor  
Top
Protected Fields
Public Properties
 NameDescription
Public PropertyBoundsGets or sets cell bounding rectangle. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyCanOverfloatGets or sets the value that indicates whether the cell text content can overfloat sibling cells. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyColumnGets or sets a reference to GridColumn object where the cell is located. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyColumnIndexGets or sets the value that indicates related column data index. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyContentRectGets the value indicating bounding rectangle of cell content. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyDataItemGets or sets the cell's data. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyDontDrawLeftBorderInternal property used for overfloating algorithms. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyDontDrawRightBorderInternal property used for overfloating algorithms. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyEditControlGets a reference to edit control, which is used to edit cell content. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyEditRectBounding rectangle of edit control. (Inherited from BCGSoft.Controls.Grid.TextCell)
Public PropertyExtraHeightGets or sets the value indicating the extra height that should be extracted from cell bounds when calculating ContentRect. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyFullBoundsGets or sets the value indicating the full bounding rectangle of cell, including surrounding grid lines. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyHighlightedGets or sets the value, which indicates whether the cell is highlighted, or not. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyIsColumnCellGets the value that indicates the RowIndex is -1 and ColumnIndex is not -1. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyIsEditableTextGets the value that indicates whether the cell's content can be edited. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyIsLeftMostColumnGets or sets the flag that indicates whether the cell is located in leftmost column currently displayed in the Grid area. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyIsMarginCellGets the value that indicates whether the cell is a "margin" cell, e.g. located in the selection area. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyMergedGets or sets the value that indicates whether the cell is merged. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyPressedGets or sets the value that indicates whether the cell is pressed. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyReadOnlyGets the value that indicates whether the cell is read only. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyRedrawContentOnStateChangeGets the flag which is internally set by various cells to optimize redraw operations of grid. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyRowGets or set a reference to row where the cell is located. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyRowIndexGets or sets the value specifying the related row index. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertySelectedGets or sets the value indicating whether the cell is selected or not. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyShowTooltipsGets or sets a value that indicates whether to show tooltips when the displayed data is truncated. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyShowTooltipsAlwaysGets or sets a value that indicates whether to show tooltips always, even the displayed data is not truncated. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyStateGets or sets current cell state. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyStyleGets or sets cell's visual style. (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyTag (Inherited from BCGSoft.Controls.Grid.Cell)
Public PropertyTextSizeGets the size of cell's text. (Inherited from BCGSoft.Controls.Grid.Cell)
Top
Public Methods
 NameDescription
Public MethodCalcContentRectOverridden.   
Public MethodCalcTextLayoutSizeCalculates size of text portion of the cell's data. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodCreateEditControlOverridden.   
Public MethodDataToStringReturns text representation of data to be edited. Called from OnBeginEdit to place this text into edit control. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodDisposeOverloaded.  (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodDrawContentOverloaded. Draws non-string data in the specified rectangle. (Inherited from BCGSoft.Controls.Grid.TextCell)
Public MethodFormatDataOverloaded. Formats the specified object to string. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodGetCurrentEditDataReturns a string that from cell's edit control. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodGetEditDataOverridden.   
Public MethodGetFontReturns current cell font. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodGetForeColorReturns foreground color of cell text. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodGetTipDescriptionGets tooltip description. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodGetTipImageGets tooltip image. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodGetTipTextGets tooltip title. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodMeasureCellCalculates cell size. (Inherited from BCGSoft.Controls.Grid.TextCell)
Public MethodOnBeginEditCalled when editing begins. (Inherited from BCGSoft.Controls.Grid.TextCell)
Public MethodOnCellMouseEnterCalled from the Grid control when mouse pointer enters a cell. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodOnCellMouseLeaveCalled from the Grid control when mouse leaves a cell. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodOnEndEditCalled when editing has finished. (Inherited from BCGSoft.Controls.Grid.TextCell)
Public MethodOnMouseDoubleClick (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodOnMouseDownCalled from the Grid control when the user clicks left mouse button. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodOnMouseMoveCalled from the Grid control when mouse pointer is moved over cell content. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodOnMouseUpCalled from the Grid control when the user releases left mouse button over a cell. (Inherited from BCGSoft.Controls.Grid.Cell)
Public MethodSetupBaseEditPropertiesSets up basic edit control properties. (Inherited from BCGSoft.Controls.Grid.TextCell)
Public MethodSetupEditPropertiesOverridden.   
Top
Protected Methods
See Also

Reference

SpinButtonCell Class
BCGSoft.Controls.Grid Namespace

Send Feedback