Shape.Container 属性

获取 IContainer,它包含 Component

命名空间:  Microsoft.VisualBasic.PowerPacks
程序集:  Microsoft.VisualBasic.PowerPacks.Vs(在 Microsoft.VisualBasic.PowerPacks.Vs.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Container As Control
[BrowsableAttribute(false)]
public Control Container { get; }
[BrowsableAttribute(false)]
public:
property Control^ Container {
    Control^ get ();
}
[<BrowsableAttribute(false)>]
member Container : Control
function get Container () : Control

属性值

类型:System.Windows.Forms.Control
空引用 (在 Visual Basic的Nothing )。

备注

此属性从 Component 继承和不供 Shape 使用或通过 Shape继承的任何类。

.NET Framework 安全性

请参见

参考

Shape 类

Microsoft.VisualBasic.PowerPacks 命名空间

其他资源

如何:使用 LineShape 控件绘制直线 (Visual Studio)

如何:使用 OvalShape 和 RectangleShape 控件绘制形状 (Visual Studio)

Line 和 Shape 控件简介 (Visual Studio)