StiContainerGetComponentInControl Method (Double, Double, Boolean, StiGuiMode, Boolean) |
Returns an object in which zone of controlling coordinates are got.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiComponent GetComponentInControl(
double x,
double y,
bool usePage,
StiGuiMode guiMode,
bool forGetDesigner = false
)
Public Function GetComponentInControl (
x As Double,
y As Double,
usePage As Boolean,
guiMode As StiGuiMode,
Optional forGetDesigner As Boolean = false
) As StiComponent
Parameters
- x
- Type: SystemDouble
Coordinate X for checking. - y
- Type: SystemDouble
Coordinate Y for checking. - usePage
- Type: SystemBoolean
Checking is fulfiled taking a page into consideration. - guiMode
- Type: Stimulsoft.BaseStiGuiMode
[Missing <param name="guiMode"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.GetComponentInControl(System.Double,System.Double,System.Boolean,Stimulsoft.Base.StiGuiMode,System.Boolean)"]
- forGetDesigner (Optional)
- Type: SystemBoolean
True for call from GetComponentDesigner method.
Return Value
Type:
StiComponent[Missing <returns> documentation for "M:Stimulsoft.Report.Components.StiContainer.GetComponentInControl(System.Double,System.Double,System.Boolean,Stimulsoft.Base.StiGuiMode,System.Boolean)"]
See Also