Spread Windows Forms 6.0 Product Documentation
RichTextCellType Class Members
See Also  Properties  Methods  Events Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : RichTextCellType Class


Glossary Item Box

The following tables list the members exposed by RichTextCellType.

Public Constructors

 NameDescription
Public ConstructorRichTextCellType ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyBackgroundImageGets or sets the background image for the cell.  
Public PropertyIsFormulaValueDetermines whether the editor contains a formula.  
Public PropertyMaxLengthGets or sets the maximum number of characters allowed in the rich text cell.  
Public PropertyMultilineGets or sets whether multiple lines of text are allowed.  
Public PropertyReadOnlyGets or sets whether text is read only.  
Public PropertyScrollBarsGets or sets which scroll bars to display for the rich text cell.  
Public PropertyStaticGets or sets whether text can be selected.  
Public PropertySubEditorOverridden. Gets or sets the subeditor.  
Public PropertyWordWrapGets or sets whether text that is too long to fit in the cell wraps to additional lines.  
Top

Public Methods

 NameDescription
Public MethodCanBeOverflownDetermines whether data from another cell can overflow into this cell (whether this cell can be overflowed into). (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Public MethodCancelEditingOverridden. Cancels the editing of a cell.  
Public MethodCanOverflowOverridden. Determines whether the cell can overflow into adjacent cells.  
Public MethodCloneOverridden. Creates and returns a rich text cell.  
Public MethodDeserializeLoads the object from XML.  
Public MethodFormatOverridden. Formats the object.  
Public MethodGetEditorControlOverloaded. Overridden. Gets the edit control for this cell type with the specified appearance and scaling.  
Public MethodGetEditorValueOverridden. Gets the unformatted value in the edit control.  
Public MethodGetPreferredSizeOverloaded. Overridden. Gets the preferred (maximum needed) size of the cell for the renderer control.  
Public MethodGetReservedCursorOverridden. Gets the cursor reserved for this cell type.  
Public MethodIsPropertySupportedGets whether the cell type supports the named property. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Public MethodIsReservedKeyDetermines whether the specified key has special meaning to the editor control. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Public MethodIsReusableCheck if this celltype is reusable.  
Public MethodIsValidOverridden. Returns whether the entry is valid.  
Public MethodPaintCellOverloaded. Overridden. Paints the rich text cell.  
Public MethodParseOverridden. Parses the string.  
Public MethodSerializeSaves the object to XML.  
Public MethodSetEditorValueOverridden. Sets the value of the edit control.  
Public MethodShowSubEditorOverridden. Shows the subeditor control associated with the cell.  
Public MethodStartEditingOverridden. Starts the editing of a cell.  
Public MethodStopEditingOverridden. Stops the editing of a cell.  
Top

Protected Methods

 NameDescription
Protected MethodFireEditorValueChangedFires the EditorValueChanged event if there are any delegates attached. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Protected MethodMeasureStringMeasures the string size.  
Top

Public Events

 NameDescription
Public EventEditingCanceledOccurs when editing (the editor control) has been canceled by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Public EventEditingStoppedOccurs when editing (the editor control) has been stopped by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Public EventEditorValueChangedOccurs when value (the editor control) has been changed by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType)
Top

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.