|
|
|
|
Represents a control that acts as a container for other controls. ... AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal ... http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.panel.aspx
Provides a base class for all Panel elements. Use Panel elements to position and arrange child objects in Windows Presentation Foundation (WPF) applications. http://msdn.microsoft.com/en-us/library/system.windows.controls.panel.aspx
public class Panel extends Container implements Accessible. Panel is the simplest container class. A panel provides space in which an application can attach any other component ... http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Panel.html
public class Panel extends Container implements Accessible. Panel is the simplest container class. A panel provides space in which an application can attach any other component ... http://java.sun.com/javase/6/docs/api/java/awt/Panel.html
SetFocusIgnoringChildren (self) In contrast to SetFocus (see above) this will set the focus to the panel even of there are child windows in the panel. http://www.wxpython.org/docs/api/wx.Panel-class.html
|
|
|