Handle property in textbox

In .Net Framework, there is a handle property in textbox control.
How do I implement this handle value in vb.net of .net compact ?

Is there a trick ?

Thanks !

[167 byte] By [Tan.NetCF] at [2007-12-16]
# 1
I'm using .net framework 2 and vs2005 beta2 and the handle property is also available for device applications.
papadi at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 2
Control.Handle (and hence TextBox.Handle) is only supported in the Compact Framework V2.0.
DavidM.Kean at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 3
Actually Textbox.handle is a valid method in the 'full' 2.0 framework....it returns the handle of the form that the textbox is located on!
DMan1 at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 4
What I meant was that Control.Handle is supported in .NET Compact Framework 2.0 but not 1.0. Of course it is available in the full .NET Framework. ;)
DavidM.Kean at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 5
I have VS .Net 2003, .Net 1.0, .Net 2.0 in Full and Compact Framework.
How come I could not see handle property for textbox control. Do I have to set anything in VS . Net ?
Tan.NetCF at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 6
under tools and options....text editor .... deselect "hide advanced members"
DMan1 at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 7

that checkbox was gray out. However, I was able to uncheck it. But I could not see handle property, so I went to tools -> options -> text editor again, I saw
the checkbox is checked and gray out again.

Tan.NetCF at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 8
2 places...one is language specific and the other is generic for all languages....

set the lang specific

DMan1 at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...

.NET Development

Site Classified