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