DesignTimeVisibleAttribute Class
DesignTimeVisibleAttribute marks a component's visibility. If DesignTimeVisibleAttribute.Yes is present, a visual designer can show this component on a designer.
For a list of all members of this type, see DesignTimeVisibleAttribute Members.
System.Object
System.Attribute
System.ComponentModel.DesignTimeVisibleAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Class Or _ AttributeTargets.Interface)> NotInheritable Public Class DesignTimeVisibleAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)] public sealed class DesignTimeVisibleAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Class | AttributeTargets::Interface)] public __gc __sealed class DesignTimeVisibleAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface) class DesignTimeVisibleAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
DesignTimeVisibleAttribute Members | System.ComponentModel Namespace