The Panel type exposes the following members.

Properties

  NameDescription
Public propertyActiveChild
Gets/Sets the control that is currently focused inside the container
(Inherited from Container.)
Public propertyAutoScroll
Gets/Sets AutoScroll feature for Panel
Public propertyBackColor
Gets/Sets Panel's background color
Public propertyBackgroundImage
Gets/Sets the background image to display on the Panel
Public propertyBackgroundImageScaleMode
Gets/Sets the Scale Mode to use when rendering background image
Public propertyCanFocus
Gets the controls ability to receive focus
(Inherited from Control.)
Public propertyCanRender
Gets the containers ability to be rendered
(Inherited from Container.)
Public propertyChildren
Gets an array of children
(Inherited from Container.)
Public propertyDisposing
Gets the disposing state of the control
(Inherited from Control.)
Public propertyDrawBorder
Gets/Sets if the Panel should have a border
Public propertyEnabled
Gets/Sets the enabled state of the control
(Inherited from Control.)
Public propertyFocused
Gets if the control is currently focused
(Inherited from Control.)
Public propertyHeight
Gets/Sets the height of the control in pixels
(Inherited from Control.)
Protected propertyInternalSuspended
Allows internally direct access to the Suspended flag of the control
(Inherited from Control.)
Public propertyLastTouch
Gets the coordinates of the last point touched
(Inherited from Control.)
Public propertyLeft
Gets the absolute X position of the control accounting for parental offsets
(Inherited from Control.)
Public propertyLocation
Gets or sets the location of the control
(Inherited from Control.)
Public propertyName
Gets the name of the control
(Inherited from Control.)
Public propertyParent
Gets/Sets the control's container
(Inherited from Control.)
Public propertyScreenBounds
Gets the exact location of the control in pixels on the screen
(Inherited from Control.)
Public propertySuspended
Gets/Sets the suspended state
(Inherited from Control.)
Public propertyTag
Gets or sets a user defined tag for the control
(Inherited from Control.)
Public propertyTop
Gets the absolute Y position of the control accounting for parental offsets
(Inherited from Control.)
Public propertyTopLevelContainer
Returns the top-most parent
(Inherited from Container.)
Public propertyTouching
Gets the current touch state of the control
(Overrides Control..::..Touching.)
Public propertyTransparentBackground
Gets/Sets if the background is transparent
Public propertyVisible
Gets/Sets the visibility of the control
(Inherited from Control.)
Public propertyWidth
Gets/Sets the width of the control in pixels
(Inherited from Control.)
Public propertyX
Gets/Sets the X position in pixels
(Overrides Control..::..X.)
Public propertyY
Gets/Sets the Y position in pixels
(Overrides Control..::..Y.)

See Also