Skip to content

Commit 72c1d50

Browse files
committed
Updates control-properties.md
Auto commit by GitBook Editor
1 parent 5c2dd3c commit 72c1d50

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

control-properties.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,3 @@ In the early days of my control creation I used these extra storage bytes to sto
1616
1717
Once the extra bytes are allocated, they can accessed and read via calls to [GetWindowLong](https://msdn.microsoft.com/en-us/library/windows/desktop/ms633584%28v=vs.85%29.aspx) and passing the handle of the window \(our control's handle\) and an index offset to the bytes required. For setting the values we use the calls to [SetWindowLong](https://msdn.microsoft.com/en-us/library/windows/desktop/ms633591%28v=vs.85%29.aspx), again passing the window handle, an offset to the bytes to be set and a value to set.
1818

19-
#####
20-
21-
#####
22-
23-
#####
24-
25-
#####
26-
27-
28-

0 commit comments

Comments
 (0)