Click or drag to resize

StiComponent Methods

The StiComponent type exposes the following members.

Methods
  NameDescription
Public methodAddSize
Increases the amount of pages on width and on height. Herewith on width or height of the page change all sizes a parent component.
Protected methodAllowPrintOn
Public methodCanContainIn
Specifies that this component may be located in the specified component.
Public methodClearAllStates
Clears all earlier saved object states.
Public methodClearContents
Clears a text of all selected components.
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides StiServiceClone.)
Public methodClone(Boolean)
Creates a new object that is a copy of the current instance.
Public methodComponentToPage(Double)
Converts a value from the parent-container coordinates into coordinates of a page. The method calls the ContainerToPage method of the parent component.
Public methodComponentToPage(PointD)
Converts a point from the parent-container coordinates into coordinates of a page. The method calls the ContainerToPage method of the parent component.
Public methodComponentToPage(RectangleD)
Converts a rectangle from the parent-container coordinates into coordinates of a page. The method calls the ContainerToPage method of the parent component.
Public methodConvert
Converts a component out of one unit into another.
Public methodStatic memberConvertDock
Public methodStatic memberConvertDockStyle
Public methodCreateNew
Public methodDoBookmark
Invokes the GetBookmark event.
Public methodDockToContainer
Docks the component and all of its subordinate components.
Public methodDockToContainer(RectangleD)
Docks a rectangle, relatively to the component, into the rectangle.
Public methodStatic memberDoOffsetRect
Moves a rectangle to the specified offset.
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 methodGetActualSize
Initializes a new instance of the SizeD class from the specified dimensions.
Public methodGetContainer
Returns the topmost Container(StiPanel or StiPage) in which the component is located. Returns null, if nothing is located.
Public methodGetDataBand
Returns the DataBand in which the component is located. Returns null, if nothing is located.
Public methodGetDisplayRectangle
Returns a rectangle of the component showing.
Public methodGetDockRegion(StiComponent)
Retuns an empty rectangle to which docking is possible.
Public methodGetDockRegion(StiComponent, Boolean)
Retuns an empty rectangle to which docking is possible.
Public methodGetEvents
Returns events collection of this component.
Public methodGetEvents(IStiPropertyGrid)
Public methodGetGroupHeaderBand
Returns the GroupHeaderBand in which the component is located. Returns null, if nothing is located.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLevel
Returns the level of the object nesting. Level 1 - page, 2 - page and etc.
Public methodGetMeasureGraphics
Public methodGetPaintRectangle
Makes all necessary coversions for showing an object and returns its coordinates.
Public methodGetPaintRectangle(Boolean, Boolean)
Makes all necessary conversions for the object output and returns its coordinates.
Public methodGetPaintRectangle(Boolean, Boolean, Boolean)
Makes all necessary conversions for the object output and returns its coordinates.
Public methodGetProperties
Public methodGetQuickInfo
Public methodGetReport
Public methodGetThumbnail(Int32, Boolean)
Gets a thumbnail image of the component.
Public methodGetThumbnail(Int32, Int32)
Gets a thumbnail image of the component.
Public methodGetThumbnail(Int32, Int32, Boolean)
Gets a thumbnail image of the component.
Public methodGetThumbnailAsBytes
Gets a thumbnail image in the byte aray of the component.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInternalRender
Public methodInternalRender(StiComponent, StiContainer)
Renders a component in the specified container without generation of the 'BeforePrintEvent' event and the 'AfterPrintEvent' event and without checking Conditions. The rendered component will return in 'renderedComponent' argument.
Public methodInvert
Invert selection of component.
Public methodInvokeAfterPrint
Raises the AfterPrint event.
Public methodInvokeBeforePrint
Raises the BeforePrint event.
Public methodInvokeClick
Raises the Click event for this report.
Public methodInvokeDoubleClick
Raises the DoubleClick event for this report.
Public methodInvokeEvents
Invokes all events for this components.
Public methodInvokeGetBookmark
Raises the GetBookmark event.
Public methodInvokeGetDrillDownReport
Raises the GetDrillDownReport event for this report.
Public methodInvokeGetHyperlink
Raises the GetHyperlink event.
Public methodInvokeGetTag
Raises the GetTag event.
Public methodInvokeGetToolTip
Raises the GetToolTip event.
Public methodInvokeMouseEnter
Raises the MouseEnter event for this report.
Public methodInvokeMouseLeave
Raises the MouseLeave event for this report.
Public methodInvokePainted
Raises the Painted event for this component.
Public methodInvokePainting
Raises the Painting event for this component.
Public methodIsExportAsImage
Public methodStatic memberIsParentSelect
Retuns true if one of the parent component is selected.
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewGuid
Protected methodOnAfterPrint
Raises the AfterPrint event.
Protected methodOnBeforePrint
Raises the BeforePrint event.
Protected methodOnClick
Raises the Click event for this report.
Protected methodOnDoubleClick
Raises the DoubleClick event for this report.
Protected methodOnGetBookmark
Raises the GetBookmark event.
Protected methodOnGetDrillDownReport
Raises the GetDrillDownReport event for this report.
Protected methodOnGetHyperlink
Raises the GetHyperlink event.
Protected methodOnGetTag
Raises the GetTag event.
Protected methodOnGetToolTip
Raises the GetToolTip event.
Protected methodOnMouseEnter
Raises the MouseEnter event for this report.
Protected methodOnMouseLeave
Raises the MouseLeave event for this report.
Protected methodOnPainted
Raises the Painted event for this component.
Protected methodOnPainting
Raises the Painting event for this component.
Public methodOnRemoveComponent
Public methodOnResizeComponent
Public methodPackService
Packs a service.
(Overrides StiServicePackService.)
Public methodPageToComponent(PointD)
Converts a point from coordinates of a page into the parent-container coordinates. The method calls the PageToContainer method of the parent component.
Public methodPageToComponent(RectangleD)
Converts a rectangle from coordinates of a page into the parent-container coordinates. The method calls the PageToContainer method of the parent component.
Public methodPaint
Paints a component.
Public methodPaintEvents
Paints events of a component.
Public methodPaintHighlight
Paints the highlight of the component.
Public methodPaintMarkers
Paints a markers specified by a Rectangle structure. This method can be used only in win version.
Public methodPaintSelection
Paints the selection of the component.
Public methodPlacedOnColumnBand
Specifies whether it is possible to place the component on the ColumnBand.
Public methodPrepare
Prepare content for rendering.
Public methodRender
Public methodRender(StiContainer)
Renders a component in the specified container with events generation.
Public methodRender(StiComponent, StiContainer)
Renders a component in the specified container with events generation. The rendered component will return in 'renderedComponent' argument.
Protected methodRenderComponent
Renders a component in the specified container without generation of the 'BeforePrintEvent' event and the 'AfterPrintEvent' event and without checking Conditions. The rendered component will return in 'renderedComponent' argument. This is backward compatibility method. Please use InternalRender method for new developed components.
Public methodReset
Reset selection of component.
Public methodRestoreState
Restores the earlier saved object state.
Public methodSaveState
Saves the current state of an object.
Public methodSaveToJsonObject
Public methodSelect
Select component.
Protected methodSetDirectDisplayRectangle
Public methodSetPaintRectangle
Internal use only.
Public methodSetReportVariables
Public methodToString
Returns an Name of the component and/or the Alias of the component.
(Overrides ObjectToString.)
Public methodToString(Boolean)
Public methodUnPrepare
Clear component afrer render.
Top
See Also