DesignTimeVisibleAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DesignTimeVisibleAttribute class.
Overloads
DesignTimeVisibleAttribute() |
Creates a new DesignTimeVisibleAttribute set to the default value of |
DesignTimeVisibleAttribute(Boolean) |
Creates a new DesignTimeVisibleAttribute with the Visible property set to the given value in |
DesignTimeVisibleAttribute()
Creates a new DesignTimeVisibleAttribute set to the default value of false
.
public:
DesignTimeVisibleAttribute();
public DesignTimeVisibleAttribute ();
Public Sub New ()
Applies to
DesignTimeVisibleAttribute(Boolean)
Creates a new DesignTimeVisibleAttribute with the Visible property set to the given value in visible
.
public:
DesignTimeVisibleAttribute(bool visible);
public DesignTimeVisibleAttribute (bool visible);
new System.ComponentModel.DesignTimeVisibleAttribute : bool -> System.ComponentModel.DesignTimeVisibleAttribute
Public Sub New (visible As Boolean)