DesignTimeVisibleAttribute Class
.NET Framework 2.0
DesignTimeVisibleAttribute marks a component's visibility. If Yes is present, a visual designer can show this component on a designer.
Namespace: System.ComponentModel
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Interface)> _ Public NotInheritable Class DesignTimeVisibleAttribute Inherits Attribute 'Usage Dim instance As DesignTimeVisibleAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface) */ public final class DesignTimeVisibleAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface) public final class DesignTimeVisibleAttribute extends Attribute
Not applicable.
The DesignTimeVisibleAttribute is a hint to the Designer. The Designer will ignore this attribute for components that have a UI presence. It can only be applied to classes.
The DesignTimeVisibleAttribute is most useful when you have a control that accepts child components. For example, the System.Windows.Forms.TreeView control's node items should not appear in the component tray because they are drawn by the System.Windows.Forms.TreeView control.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: