FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : StyleInfo Class |
For a list of all members of this type, see StyleInfo members.
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance (with the same style settings). |
![]() | CompareTo | Compares the current object with another object of the same type. |
![]() | Compose | Overloaded. Composes style settings using the current style settings and those of a specified object. |
![]() | CopyFrom | Copies the specified style settings of the specified object to the current object. |
![]() | Deserialize | Loads the style information from XML. |
![]() | Equals | Determines whether the style settings of this object are equivalent to the object specified. |
![]() | GetAppearance | Gets the appearance settings for the specified object. |
![]() | GetHashCode | Gets the hash code of this object. |
![]() | IsBackColorSet | Gets whether the background color of the cell (BackColor property) is set. |
![]() | IsBorderSet | Gets whether the cell border (Border property) is set. |
![]() | IsCanFocusSet | Gets whether the focusable setting of the cell (CanFocus property) is set. |
![]() | IsCellPaddingSet | Gets whether the cell padding of the cell is set. |
![]() | IsCellTypeSet | Gets whether the type of cell (CellType property) is set. |
![]() | IsEditorSet | Gets whether the editor for the cell (Editor property) is set. |
![]() | IsFontSet | Gets whether the font of the cell (Font property) is set. |
![]() | IsForeColorSet | Gets whether the text color of the cell (ForeColor property) is set. |
![]() | IsFormatterSet | Gets whether the formatter for the cell (Formatter property) is set. |
![]() | IsHorizontalAlignmentSet | Gets whether the horizontal alignment of the cell contents (HorizontalAlignment property) is set. |
![]() | IsImeModeSet | Gets whether IME mode is on (ImeMode property set) for a cell. |
![]() | IsImeSentenceModeSet | Gets whether IME mode is on (ImeMode property set) for a cell. |
![]() | IsInputScopeSet | Gets whether input scope is on (InputScope property set) for a cell. |
![]() | IsLockedSet | Gets whether the locked setting of the cell (Locked property) is set. |
![]() | IsNoteIndicatorColorSet | Gets whether the cell note indicator color of the cell is set. |
![]() | IsNoteIndicatorPositionSet | Determines whether the cell note indicator position is set. |
![]() | IsNoteIndicatorSizeSet | Determines whether the cell note indicator size is set. |
![]() | IsNoteStyleSet | Gets whether the note style setting of the cell (NoteStyle property) is set. |
![]() | IsParentSet | Gets whether the parent of the cell (Parent property) is set. |
![]() | IsPropertySet | Gets whether the specified cell style setting (property) is set. |
![]() | IsRendererSet | Gets whether the renderer for the cell (Renderer property) is set. |
![]() | IsTabStopSet | Gets whether the tab stop setting of the cell (TabStop property) is set. |
![]() | IsTextIndentSet | Determines whether the text indent is set. |
![]() | IsVerticalAlignmentSet | Gets whether the vertical alignment of the cell contents (VerticalAlignment property) is set. |
![]() | IsVisualStyleSet | Gets whether visual styles are on (VisualStyles property set) for a cell. |
![]() | Merge | Overloaded. Merges the style settings with the current object. |
![]() | Reset | Resets all the style settings in the StyleInfo object to the default settings. |
![]() | ResetBackColor | Resets the BackColor property to its default value. |
![]() | ResetBorder | Resets the Border property to its default value. |
![]() | ResetCanFocus | Resets the CanFocus property to its default value. |
![]() | ResetCellPadding | Resets the cell padding. |
![]() | ResetCellType | Resets the CellType property to its default value. |
![]() | ResetEditor | Resets the Editor property to its default value. |
![]() | ResetFont | Resets the Font property to its default value. |
![]() | ResetForeColor | Resets the ForeColor property to its default value. |
![]() | ResetFormatter | Resets the Formatter property to its default value. |
![]() | ResetHorizontalAlignment | Resets the HorizontalAlignment property to its default value. |
![]() | ResetImeMode | Resets the ImeMode property to its default value. |
![]() | ResetImeSentenceMode | Resets the ImeSentenceMode property to its default value. |
![]() | ResetInputScope | Resets the InputScope property to its default value. |
![]() | ResetLocked | Resets the Locked property to its default value. |
![]() | ResetNoteIndicatorColor | Resets the NoteIndicatorColor property to its default value. |
![]() | ResetNoteIndicatorPosition | Resets the cell note indicator position. |
![]() | ResetNoteIndicatorSize | Resets the cell note indicator size. |
![]() | ResetNoteStyle | Resets the NoteStyle property to its default value. |
![]() | ResetParent | Resets the Parent property to its default value. |
![]() | ResetProperty | Resets a style setting (property) to its default setting. |
![]() | ResetRenderer | Resets the Renderer property to its default value. |
![]() | ResetTabStop | Resets the TabStop property to its default value. |
![]() | ResetTextIndent | Resets the text indent. |
![]() | ResetVerticalAlignment | Resets the VerticalAlignment property to its default value. |
![]() | ResetVisualStyles | Resets the visual styles (XP themes) for the style to the default. |
![]() | Serialize | Saves the style information to XML. |
![]() | SetAppearance | Sets the appearance settings of an Appearance object into this object. |