The
methods
of System.Windows.Forms.Panel are listed below. For a list of all members, see the Panel Members list.
See Also: Inherited members from System.Windows.Forms.ScrollableControl
Public Methods
override | ToString() : string
Returns a string representation for this control.
|
Protected Methods
override | OnResize(EventArgs)
Fires the event indicating that the panel has been resized. Inheriting controls should use this in favor of actually listening to the event, but should still call base.onResize to ensure that the event is fired for external listeners.
|