Click or drag to resize

StiControlElementGdiPainter Class

[Missing <summary> documentation for "T:Stimulsoft.Dashboard.Drawing.Painters.StiControlElementGdiPainter"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.PaintersStiPainter
    Stimulsoft.Report.PaintersStiGdiPainter
      Stimulsoft.Report.PaintersStiComponentGdiPainter
        Stimulsoft.Dashboard.Drawing.PaintersStiElementGdiPainter
          Stimulsoft.Dashboard.Drawing.PaintersStiControlElementGdiPainter
            Stimulsoft.Dashboard.Drawing.PaintersStiComboBoxElementGdiPainter
            Stimulsoft.Dashboard.Drawing.PaintersStiDatePickerElementGdiPainter
            Stimulsoft.Dashboard.Drawing.PaintersStiListBoxElementGdiPainter
            Stimulsoft.Dashboard.Drawing.PaintersStiTreeViewBoxElementGdiPainter
            Stimulsoft.Dashboard.Drawing.PaintersStiTreeViewElementGdiPainter

Namespace:  Stimulsoft.Dashboard.Drawing.Painters
Assembly:  Stimulsoft.Dashboard.Drawing (in Stimulsoft.Dashboard.Drawing.dll) Version: 2019.3.1.0
Syntax
public abstract class StiControlElementGdiPainter : StiElementGdiPainter

The StiControlElementGdiPainter type exposes the following members.

Constructors
  NameDescription
Protected methodStiControlElementGdiPainter
Initializes a new instance of the StiControlElementGdiPainter class
Top
Properties
  NameDescription
Public propertyDefaultBackgroundColor (Inherited from StiElementGdiPainter.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat
Public methodGetBackColor
Protected methodGetElementIdent (Inherited from StiElementGdiPainter.)
Public methodGetFont
Public methodGetForeColor
Public methodGetGlyphColor
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImage (Inherited from StiComponentGdiPainter.)
Public methodGetSelectedBackColor
Public methodGetSelectedForeColor
Public methodGetSelectionCornerColor (Inherited from StiElementGdiPainter.)
Public methodGetSeparatorColor
Public methodGetThumbnail
Gets a thumbnail image of the component.
(Inherited from StiComponentGdiPainter.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDefaultBorder (Inherited from StiElementGdiPainter.)
Public methodIsDefined (Inherited from StiElementGdiPainter.)
Public methodIsNoResult (Inherited from StiElementGdiPainter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPaint (Inherited from StiElementGdiPainter.)
Public methodPaintBackground (Overrides StiElementGdiPainterPaintBackground(Graphics, RectangleD, IStiElement).)
Public methodPaintBorder(Graphics, RectangleD, IStiElement) (Inherited from StiElementGdiPainter.)
Public methodPaintBorder(StiComponent, Graphics, RectangleD) (Inherited from StiComponentGdiPainter.)
Public methodPaintBorder(StiComponent, Graphics, RectangleD, Boolean, Boolean) (Inherited from StiComponentGdiPainter.)
Public methodPaintBorder(StiComponent, Graphics, RectangleD, Double, Boolean, Boolean) (Inherited from StiComponentGdiPainter.)
Public methodPaintBorder(StiComponent, Graphics, RectangleF, Single, Boolean, Boolean) (Inherited from StiComponentGdiPainter.)
Public methodPaintButton
Public methodPaintCheckBoxTitle (Overrides StiElementGdiPainterPaintCheckBoxTitle(Graphics, RectangleD, IStiElement).)
Public methodPaintConditions
Paints conditions and filters of a component.
(Inherited from StiComponentGdiPainter.)
Public methodPaintConditionsAndFilter
Paints conditions and filters of a component.
(Inherited from StiComponentGdiPainter.)
Public methodPaintContent (Inherited from StiElementGdiPainter.)
Public methodPaintDefaultBorder (Inherited from StiElementGdiPainter.)
Public methodPaintElementMarkers (Inherited from StiElementGdiPainter.)
Public methodPaintError (Inherited from StiElementGdiPainter.)
Public methodPaintEvents
Paints events of a component.
(Inherited from StiComponentGdiPainter.)
Public methodPaintHighlight (Inherited from StiElementGdiPainter.)
Public methodPaintInheritedImage (Inherited from StiComponentGdiPainter.)
Public methodPaintInteraction (Inherited from StiComponentGdiPainter.)
Public methodPaintMarkers
Paints a markers specified by a Rectangle structure.
(Inherited from StiComponentGdiPainter.)
Public methodPaintNoResult (Inherited from StiElementGdiPainter.)
Public methodPaintNotDefined (Inherited from StiElementGdiPainter.)
Public methodPaintNotDefinedStatus (Inherited from StiElementGdiPainter.)
Public methodPaintNotEnabled (Inherited from StiElementGdiPainter.)
Public methodPaintOrderAndQuickInfo
Paints order numbers and quick info of a component.
(Inherited from StiComponentGdiPainter.)
Public methodPaintQuickButtons
Paints the QuickButtons.
(Inherited from StiComponentGdiPainter.)
Public methodPaintSelection
Paints the selection.
(Inherited from StiComponentGdiPainter.)
Public methodPaintStatus (Inherited from StiElementGdiPainter.)
Public methodPaintTitle(Graphics, RectangleD, IStiElement) (Inherited from StiElementGdiPainter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also