| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : ContainerForm Property |
<C1DescriptionAttribute("The parent form whose button appears on the taskbar.")>
<C1CategoryAttribute("Design")>
<DefaultValueAttribute()>
Public Property ContainerForm As Form
Dim instance As C1TaskbarButton Dim value As Form instance.ContainerForm = value value = instance.ContainerForm
[C1Description("The parent form whose button appears on the taskbar.")]
[C1Category("Design")]
[DefaultValue()]
public Form ContainerForm {get; set;}
[C1Description("The parent form whose button appears on the taskbar.")]
[C1Category("Design")]
[DefaultValue()]
public:
property Form^ ContainerForm {
Form^ get();
void set ( Form^ value);
}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2