ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperErrorProvider Class / ContainerControl Property

In This Topic
    ContainerControl Property (C1SuperErrorProvider)
    In This Topic
    Gets or sets a value indicating the parent control for this C1SuperErrorProvider.
    Syntax
    'Declaration
     
    Public Property ContainerControl As System.Windows.Forms.ContainerControl
    public System.Windows.Forms.ContainerControl ContainerControl {get; set;}
    See Also