StiQuickButtonHelperCheckVisibleQuickButtons Method |
Checks visibility of the quick button rectangle.
Namespace:
Stimulsoft.Report.QuickButtons
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static bool CheckVisibleQuickButtons(
RectangleD rect
)
Public Shared Function CheckVisibleQuickButtons (
rect As RectangleD
) As Boolean
Parameters
- rect
- Type: Stimulsoft.Base.DrawingRectangleD
A rectangle of the component.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Stimulsoft.Report.QuickButtons.StiQuickButtonHelper.CheckVisibleQuickButtons(Stimulsoft.Base.Drawing.RectangleD)"]
See Also