StiComponent Methods |
The StiComponent type exposes the following members.
Name | Description | |
---|---|---|
AddSize |
Increases the amount of pages on width and on height.
Herewith on width or height of the page change all sizes a parent component.
| |
AllowPrintOn | ||
CanContainIn |
Specifies that this component may be located in the specified component.
| |
ClearAllStates |
Clears all earlier saved object states.
| |
ClearContents |
Clears a text of all selected components.
| |
Clone |
Creates a new object that is a copy of the current instance.
(Overrides StiServiceClone.) | |
Clone(Boolean) |
Creates a new object that is a copy of the current instance.
| |
ComponentToPage(Double) |
Converts a value from the parent-container coordinates into coordinates of a page.
The method calls the ContainerToPage method of the parent component.
| |
ComponentToPage(PointD) |
Converts a point from the parent-container coordinates into coordinates of a page.
The method calls the ContainerToPage method of the parent component.
| |
ComponentToPage(RectangleD) |
Converts a rectangle from the parent-container coordinates into coordinates of a page.
The method calls the ContainerToPage method of the parent component.
| |
Convert |
Converts a component out of one unit into another.
| |
ConvertDock | ||
ConvertDockStyle | ||
CreateNew | ||
DoBookmark |
Invokes the GetBookmark event.
| |
DockToContainer |
Docks the component and all of its subordinate components.
| |
DockToContainer(RectangleD) |
Docks a rectangle, relatively to the component, into the rectangle.
| |
DoOffsetRect |
Moves a rectangle to the specified offset.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetActualSize |
Initializes a new instance of the SizeD class from the specified dimensions.
| |
GetContainer |
Returns the topmost Container(StiPanel or StiPage) in which the component is located.
Returns null, if nothing is located.
| |
GetDataBand |
Returns the DataBand in which the component is located.
Returns null, if nothing is located.
| |
GetDisplayRectangle |
Returns a rectangle of the component showing.
| |
GetDockRegion(StiComponent) |
Retuns an empty rectangle to which docking is possible.
| |
GetDockRegion(StiComponent, Boolean) |
Retuns an empty rectangle to which docking is possible.
| |
GetEvents |
Returns events collection of this component.
| |
GetEvents(IStiPropertyGrid) | ||
GetGroupHeaderBand |
Returns the GroupHeaderBand in which the component is located.
Returns null, if nothing is located.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLevel |
Returns the level of the object nesting.
Level 1 - page, 2 - page and etc.
| |
GetMeasureGraphics | ||
GetPaintRectangle |
Makes all necessary coversions for showing an object and returns its coordinates.
| |
GetPaintRectangle(Boolean, Boolean) |
Makes all necessary conversions for the object output and returns its coordinates.
| |
GetPaintRectangle(Boolean, Boolean, Boolean) |
Makes all necessary conversions for the object output and returns its coordinates.
| |
GetProperties | ||
GetQuickInfo | ||
GetReport | ||
GetThumbnail(Int32, Boolean) |
Gets a thumbnail image of the component.
| |
GetThumbnail(Int32, Int32) |
Gets a thumbnail image of the component.
| |
GetThumbnail(Int32, Int32, Boolean) |
Gets a thumbnail image of the component.
| |
GetThumbnailAsBytes |
Gets a thumbnail image in the byte aray of the component.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InternalRender | ||
InternalRender(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.
| |
Invert |
Invert selection of component.
| |
InvokeAfterPrint |
Raises the AfterPrint event.
| |
InvokeBeforePrint |
Raises the BeforePrint event.
| |
InvokeClick |
Raises the Click event for this report.
| |
InvokeDoubleClick |
Raises the DoubleClick event for this report.
| |
InvokeEvents |
Invokes all events for this components.
| |
InvokeGetBookmark |
Raises the GetBookmark event.
| |
InvokeGetDrillDownReport |
Raises the GetDrillDownReport event for this report.
| |
InvokeGetHyperlink |
Raises the GetHyperlink event.
| |
InvokeGetTag |
Raises the GetTag event.
| |
InvokeGetToolTip |
Raises the GetToolTip event.
| |
InvokeMouseEnter |
Raises the MouseEnter event for this report.
| |
InvokeMouseLeave |
Raises the MouseLeave event for this report.
| |
InvokePainted |
Raises the Painted event for this component.
| |
InvokePainting |
Raises the Painting event for this component.
| |
IsExportAsImage | ||
IsParentSelect |
Retuns true if one of the parent component is selected.
| |
IsPropertiesInitializedProtected | (Inherited from StiService.) | |
IsPropertyPresent | (Inherited from StiService.) | |
LoadFromJsonObject | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NewGuid | ||
OnAfterPrint |
Raises the AfterPrint event.
| |
OnBeforePrint |
Raises the BeforePrint event.
| |
OnClick |
Raises the Click event for this report.
| |
OnDoubleClick |
Raises the DoubleClick event for this report.
| |
OnGetBookmark |
Raises the GetBookmark event.
| |
OnGetDrillDownReport |
Raises the GetDrillDownReport event for this report.
| |
OnGetHyperlink |
Raises the GetHyperlink event.
| |
OnGetTag |
Raises the GetTag event.
| |
OnGetToolTip |
Raises the GetToolTip event.
| |
OnMouseEnter |
Raises the MouseEnter event for this report.
| |
OnMouseLeave |
Raises the MouseLeave event for this report.
| |
OnPainted |
Raises the Painted event for this component.
| |
OnPainting |
Raises the Painting event for this component.
| |
OnRemoveComponent | ||
OnResizeComponent | ||
PackService |
Packs a service.
(Overrides StiServicePackService.) | |
PageToComponent(PointD) |
Converts a point from coordinates of a page into the parent-container coordinates.
The method calls the PageToContainer method of the parent component.
| |
PageToComponent(RectangleD) |
Converts a rectangle from coordinates of a page into the parent-container coordinates.
The method calls the PageToContainer method of the parent component.
| |
Paint |
Paints a component.
| |
PaintEvents |
Paints events of a component.
| |
PaintHighlight |
Paints the highlight of the component.
| |
PaintMarkers |
Paints a markers specified by a Rectangle structure. This method can be used only in win version.
| |
PaintSelection |
Paints the selection of the component.
| |
PlacedOnColumnBand |
Specifies whether it is possible to place the component on the ColumnBand.
| |
Prepare |
Prepare content for rendering.
| |
Render | ||
Render(StiContainer) |
Renders a component in the specified container with events generation.
| |
Render(StiComponent, StiContainer) |
Renders a component in the specified container with events generation.
The rendered component will return in 'renderedComponent' argument.
| |
RenderComponent |
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.
| |
Reset |
Reset selection of component.
| |
RestoreState |
Restores the earlier saved object state.
| |
SaveState |
Saves the current state of an object.
| |
SaveToJsonObject | ||
Select |
Select component.
| |
SetDirectDisplayRectangle | ||
SetPaintRectangle |
Internal use only.
| |
SetReportVariables | ||
ToString |
Returns an Name of the component and/or the Alias of the component.
(Overrides ObjectToString.) | |
ToString(Boolean) | ||
UnPrepare |
Clear component afrer render.
|