|
|
|
|
- Handling the controls of the sliding window from the current window
MyLeftSlidingWindow (Reserved word) In french: MaFenêtreCoulissanteGauche
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window. When running the window, MyLeftSlidingWindow is replaced with 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 with the left sliding window defined for the current window. In the example below, the Color property is used on a Static control:
// Changes the color of a caption in the left sliding window MyLeftSlidingWindow.STC_Caption.Color = LightRed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|