source:
trunk/Include/Classes/System/Windows/Forms/CreateParams.ab@
461
Last change on this file since 461 was 461, checked in by , 17 years ago | |
---|---|
File size: 361 bytes |
Line | |
---|---|
1 | |
2 | Namespace System |
3 | Namespace Windows |
4 | Namespace Forms |
5 | |
6 | Class CreateParams |
7 | Public |
8 | Caption As String |
9 | ClassName As String |
10 | ClassStyle As DWord |
11 | Style As DWord |
12 | ExStyle As DWord |
13 | X As Long |
14 | Y As Long |
15 | Width As Long |
16 | Height As Long |
17 | Parent As HWND |
18 | Param As VoidPtr |
19 | End Class |
20 | |
21 | End Namespace 'Forms |
22 | End Namespace 'Widnows |
23 | End Namespace 'System |
Note:
See TracBrowser
for help on using the repository browser.