MyLeftSlidingWindow is used to handle the left sliding window associated with the current window. When running the window,
MyLeftSlidingWindow is replaced by the window (and not by the name of the window). Then,
MyLeftSlidingWindow can be used like any other window.
Benefit: MyLeftSlidingWindow allows you to handle, from the current window, the controls found in the left sliding window associated with the current window.
MyLeftSlidingWindow.ConnectAfter(False)
WinSlidingVisible(swLeft, True)
Remarks
Handling the controls of the sliding window from the current window
MyLeftSlidingWindow is always replaced by the left sliding window defined for the current window. For example, using
Color on a Static control:
// Changes the color of a caption in the left sliding window
LIB_Libel.Colour = LightRed