ToolStripItemDesignerAvailabilityAttribute Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de ToolStripItemDesignerAvailabilityAttribute klasse.
Overloads
| Name | Description |
|---|---|
| ToolStripItemDesignerAvailabilityAttribute() |
Initialiseert een nieuw standaardexemplaren van de ToolStripItemDesignerAvailabilityAttribute klasse. |
| ToolStripItemDesignerAvailabilityAttribute(ToolStripItemDesignerAvailability) |
Initialiseert een nieuw exemplaar van de ToolStripItemDesignerAvailabilityAttribute klasse met de opgegeven zichtbaarheid. |
ToolStripItemDesignerAvailabilityAttribute()
Initialiseert een nieuw standaardexemplaren van de ToolStripItemDesignerAvailabilityAttribute klasse.
public:
ToolStripItemDesignerAvailabilityAttribute();
public ToolStripItemDesignerAvailabilityAttribute();
Public Sub New ()
Van toepassing op
ToolStripItemDesignerAvailabilityAttribute(ToolStripItemDesignerAvailability)
Initialiseert een nieuw exemplaar van de ToolStripItemDesignerAvailabilityAttribute klasse met de opgegeven zichtbaarheid.
public:
ToolStripItemDesignerAvailabilityAttribute(System::Windows::Forms::Design::ToolStripItemDesignerAvailability visibility);
public ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability visibility);
new System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute : System.Windows.Forms.Design.ToolStripItemDesignerAvailability -> System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute
Public Sub New (visibility As ToolStripItemDesignerAvailability)
Parameters
- visibility
- ToolStripItemDesignerAvailability
Een ToolStripItemDesignerAvailability waarde die de zichtbaarheid aangeeft.