|
|
|
|
|
- Position and dimension of the MDI area
- Limit
MDIBottom (Property) In french: MDIBas
The MDIBottom property is used to determine and change the distance between the bottom border of the MDI parent window and the bottom border of the MDI area.
// Modify the distance between the bottom border of // the MDI parent window and the MDI area WIN_MyMDIWindow.MDIBottom = 15
Syntax
Determining the distance between the border of the MDI area and the window border Hide the details
<Space> = <Window used>.MDIBottom
<Space>: Integer Distance between the bottom border of the MDI parent window and the bottom border of the MDI area. This distance is expressed in pixels. <Window used>: Window name Name of the MDI parent window to use.
Modifying the distance between the border of the MDI area and the window border Hide the details
<Window used>.MDIBottom = <New space>
<Window used>: Window name Name of the MDI parent window to use. <New space>: Integer Distance between the bottom border of the MDI parent window and the bottom border of the MDI area. This distance is expressed in pixels. Remarks Position and dimension of the MDI area To find out and modify the dimensions and the position of the MDI area, you can also use the following properties: Limit The MDIBottom property applies only to MDI parent windows (this parameter can be configured in the "Details" tab of the window description).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|