StiComponentIsParentSelect Method |
Retuns true if one of the parent component is selected.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static bool IsParentSelect(
StiComponent component
)
Public Shared Function IsParentSelect (
component As StiComponent
) As Boolean
Parameters
- component
- Type: Stimulsoft.Report.ComponentsStiComponent
A component for checking.
Return Value
Type:
BooleanTrue if the parent component is selected.
See Also