DesignerActionList(IComponent) Oluşturucu

Tanım

DesignerActionList sınıfının yeni bir örneğini başlatır.

C#
public DesignerActionList(System.ComponentModel.IComponent component);
C#
public DesignerActionList(System.ComponentModel.IComponent? component);

Parametreler

component
IComponent

ile ilgili bir DesignerActionListbileşen.

Örnekler

Aşağıdaki kod örneği, nesne koleksiyonunun DesignerActionItem nasıl oluşturulacağını gösterir.

Bu kod örneğinin tam açıklaması için bkz . Nasıl yapılır: Windows Forms Bileşenine Akıllı Etiketler Ekleme.

C#
public ColorLabelActionList( IComponent component ) : base(component) 
{
    this.colLabel = component as ColorLabel;

    // Cache a reference to DesignerActionUIService, so the
    // DesigneractionList can be refreshed.
    this.designerActionUISvc =
        GetService(typeof(DesignerActionUIService))
        as DesignerActionUIService;
}

Açıklamalar

Oluşturucu, DesignerActionList özelliğini olarak falseayarlarAutoShow.

Şunlara uygulanır

Ürün Sürümler
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10