ContainerBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the base class for the main control in tool windows. It performs such things as drawing a border, a watermark, and any other common tool window operations.
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
- Inheritance
-
ContainerBase
- Derived
Constructors
ContainerBase(IServiceProvider) |
Constructor |
Fields
WatermarkBorderOffset |
WatermarkBorderOffset from the bounding rectangle. |
Properties
BorderRectangle |
Border Rect |
HasBorder |
Always has a border |
Watermark |
Watermark |
Methods
OnPaint(PaintEventArgs) |
Event handler when window is being repainted |
WndProc(Message) |
Overriding the window callback function |