ComponentGlyph Konstruktory

Definice

Inicializuje novou instanci ComponentGlyph třídy.

Přetížení

ComponentGlyph(IComponent)

Inicializuje novou instanci ComponentGlyph třídy.

ComponentGlyph(IComponent, Behavior)

Inicializuje novou instanci ComponentGlyph třídy.

ComponentGlyph(IComponent)

Inicializuje novou instanci ComponentGlyph třídy.

public:
 ComponentGlyph(System::ComponentModel::IComponent ^ relatedComponent);
public ComponentGlyph (System.ComponentModel.IComponent relatedComponent);
public ComponentGlyph (System.ComponentModel.IComponent? relatedComponent);
new System.Windows.Forms.Design.Behavior.ComponentGlyph : System.ComponentModel.IComponent -> System.Windows.Forms.Design.Behavior.ComponentGlyph
Public Sub New (relatedComponent As IComponent)

Parametry

relatedComponent
IComponent

Komponenta, ke které je přidružena Glyph .

Viz také

Platí pro

ComponentGlyph(IComponent, Behavior)

Inicializuje novou instanci ComponentGlyph třídy.

public:
 ComponentGlyph(System::ComponentModel::IComponent ^ relatedComponent, System::Windows::Forms::Design::Behavior::Behavior ^ behavior);
public ComponentGlyph (System.ComponentModel.IComponent relatedComponent, System.Windows.Forms.Design.Behavior.Behavior behavior);
public ComponentGlyph (System.ComponentModel.IComponent? relatedComponent, System.Windows.Forms.Design.Behavior.Behavior? behavior);
new System.Windows.Forms.Design.Behavior.ComponentGlyph : System.ComponentModel.IComponent * System.Windows.Forms.Design.Behavior.Behavior -> System.Windows.Forms.Design.Behavior.ComponentGlyph
Public Sub New (relatedComponent As IComponent, behavior As Behavior)

Parametry

relatedComponent
IComponent

Komponenta, ke které je přidružena Glyph .

behavior
Behavior

K Behavior němuž je přidruženo Glyph .

Viz také

Platí pro