Bearbeiten

DesignTimeVisibleAttribute Constructors

Definition

Initializes a new instance of the DesignTimeVisibleAttribute class.

Overloads

DesignTimeVisibleAttribute()

Creates a new DesignTimeVisibleAttribute set to the default value of false.

DesignTimeVisibleAttribute(Boolean)

Creates a new DesignTimeVisibleAttribute with the Visible property set to the given value in visible.

DesignTimeVisibleAttribute()

Source:
DesignTimeVisibleAttribute.cs
Source:
DesignTimeVisibleAttribute.cs
Source:
DesignTimeVisibleAttribute.cs

Creates a new DesignTimeVisibleAttribute set to the default value of false.

public:
 DesignTimeVisibleAttribute();
public DesignTimeVisibleAttribute ();
Public Sub New ()

Applies to

DesignTimeVisibleAttribute(Boolean)

Source:
DesignTimeVisibleAttribute.cs
Source:
DesignTimeVisibleAttribute.cs
Source:
DesignTimeVisibleAttribute.cs

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)

Parameters

visible
Boolean

The value that the Visible property will be set against.

Applies to