DesignTimeVisibleAttribute Constructors

Definitie

Initialiseert een nieuw exemplaar van de DesignTimeVisibleAttribute klasse.

Overloads

Name Description
DesignTimeVisibleAttribute()

Hiermee maakt u een nieuwe DesignTimeVisibleAttribute set op de standaardwaarde van false.

DesignTimeVisibleAttribute(Boolean)

Hiermee maakt u een nieuwe DesignTimeVisibleAttribute met de Visible eigenschap ingesteld op de opgegeven waarde in visible.

DesignTimeVisibleAttribute()

Bron:
DesignTimeVisibleAttribute.cs
Bron:
DesignTimeVisibleAttribute.cs
Bron:
DesignTimeVisibleAttribute.cs
Bron:
DesignTimeVisibleAttribute.cs
Bron:
DesignTimeVisibleAttribute.cs

Hiermee maakt u een nieuwe DesignTimeVisibleAttribute set op de standaardwaarde van false.

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

Van toepassing op

DesignTimeVisibleAttribute(Boolean)

Bron:
DesignTimeVisibleAttribute.cs
Bron:
DesignTimeVisibleAttribute.cs
Bron:
DesignTimeVisibleAttribute.cs
Bron:
DesignTimeVisibleAttribute.cs
Bron:
DesignTimeVisibleAttribute.cs

Hiermee maakt u een nieuwe DesignTimeVisibleAttribute met de Visible eigenschap ingesteld op de opgegeven waarde 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

De waarde waarop de Visible eigenschap wordt ingesteld.

Van toepassing op