ShowSliderArea
function ShowSliderArea(SliderContentRegion: TcHmi.Controls.System.TcHmiRegion, MainGrid: TcHmi.Controls.System.TcHmiGrid, SliderTabContainer: TcHmi.Controls.System.TcHmiContainerControl): void
The function ShowSliderArea displays the slider area of a .view file if it was previously closed.
Parameter
Name | Type | Description |
---|---|---|
SliderContentRegion | The TcHmiRegion control, which serves as a slider area. | |
MainGrid | The TcHmiGrid control, which contains the main region and the slider region. | |
SliderTabContainer | The TcHmiContainer control that contains the tabs of the slider area that are used to switch the slider content. |
Return value
Type | Description |
---|---|
void | no return value |
NuGet package: Beckhoff.TwinCAT.HMI.Plastic.Functions
Available from version 12.6.0
Usage: TC3 Plastic Application HMI projects