Panel property.

  • Thread starter Thread starter sureshot
  • Start date Start date
S

sureshot

How can I fnd out what panel is active?.ie (to the front).
....have tried
Panel.ControlCollection()

but not sure what i am doing.
 
You could use the GotFocus and LostFocus events to track which panel is
active.

Hope this helps.
Best regards,
Sergiy.

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "sureshot" <[email protected]>
| Sender: "sureshot" <[email protected]>
| Subject: Panel property.
| Date: Thu, 13 Nov 2003 08:46:31 -0800
| Lines: 7
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcOqBbC6aO8M4YapQfCriOJVvlTJbw==
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:38509
| NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| How can I fnd out what panel is active?.ie (to the front).
| ...have tried
| Panel.ControlCollection()
|
| but not sure what i am doing.
|
|
|
 
Back
Top