In This Topic
Gets or sets the parent form whose button appears on the taskbar.
Syntax
'Declaration
<C1CategoryAttribute("Design")>
<DefaultValueAttribute("")>
<C1DescriptionAttribute("C1TaskbarButton.ContainerForm", "The parent form whose button appears on the taskbar.")>
Public Property ContainerForm As Form
[C1Category("Design")]
[DefaultValue("")]
[C1Description("C1TaskbarButton.ContainerForm", "The parent form whose button appears on the taskbar.")]
public Form ContainerForm {get; set;}
See Also