|
|
|
|
|
- Position and dimension of the MDI area
- Limit
MDITop (Property) In french: MDIHaut
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area.
Remark: This property is equivalent to WinIconBarHeight. // Modify the distance between the top border of // the MDI parent window and the MDI area WIN_MyMDIWindow.MDITop = 15
Syntax
Determining the distance between the border of the MDI area and the window border Hide the details
<Space> = <Window used>.MDITop
<Space>: Integer Distance between the top border of the MDI parent window and the top 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 to use>.MDITop = <New space>
<Window to use>: Window name Name of the MDI parent window to use. <New space>: Integer Distance between the top border of the MDI parent window and the top 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 MDITop property applies only to MDI parent windows (this parameter can be configured in the "Details" tab of the window description).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|