Panel Class

Definition

Line 28 of System.Windows/Panel.cm

Inheritance

Constructors & Destructor

public Panel(PanelCreateParams& createParams)
public Panel(const Point& location, const Size& size, Dock dock, Anchors anchors)
public Panel(const String<char>& windowClassName, const String<char>& text, const Point& location, const Size& size, Dock dock, Anchors anchors, const Color& backgroundColor)

Member Functions

public inline nothrow bool DontPaint() const
protected override void OnPaint(PaintEventArgs& args)
public override void PrintWindowTree(int level)
public nothrow void ResetDontPaint()
public nothrow void SetDontPaint()

Enumerated Types

private enum Flags

Member Variables

private Flags flags

Constructor& Destructor Details

Panel Constructor

public Panel(PanelCreateParams& createParams)

Definition
Line 44 of System.Windows/Panel.cm


Panel Constructor

public Panel(const Point& location, const Size& size, Dock dock, Anchors anchors)

Definition
Line 40 of System.Windows/Panel.cm


Panel Constructor

public Panel(const String<char>& windowClassName, const String<char>& text, const Point& location, const Size& size, Dock dock, Anchors anchors, const Color& backgroundColor)

Definition
Line 34 of System.Windows/Panel.cm


Member Function Details

DontPaint Member Function

public inline nothrow bool DontPaint()

Definition
Line 87 of System.Windows/Panel.cm


OnPaint Member Function

protected override void OnPaint(PaintEventArgs& args)

Definition
Line 65 of System.Windows/Panel.cm


PrintWindowTree Member Function

public override void PrintWindowTree(int level)

Definition
Line 47 of System.Windows/Panel.cm


ResetDontPaint Member Function

public nothrow void ResetDontPaint()

Definition
Line 95 of System.Windows/Panel.cm


SetDontPaint Member Function

public nothrow void SetDontPaint()

Definition
Line 91 of System.Windows/Panel.cm