ContainerBase 类

定义

这是工具窗口中主控件的基类。 它执行以下操作:绘制边框、水印和任何其他常见工具窗口操作。

public ref class ContainerBase : System::Windows::Forms::ContainerControl
public class ContainerBase : System.Windows.Forms.ContainerControl
type ContainerBase = class
    inherit ContainerControl
Public Class ContainerBase
Inherits ContainerControl
继承
ContainerBase
派生

构造函数

ContainerBase(IServiceProvider)

构造函数

字段

WatermarkBorderOffset

边框中的 WatermarkBorderOffset。

属性

BorderRectangle

Border 矩形

HasBorder

始终具有边框

Watermark

水印

方法

OnPaint(PaintEventArgs)

重新绘制窗口时的事件处理程序

WndProc(Message)

重写窗口回调函数

适用于