ComponentGlyph Construtores

Definição

Inicializa uma nova instância da classe ComponentGlyph.

Sobrecargas

Nome Description
ComponentGlyph(IComponent)

Inicializa uma nova instância da classe ComponentGlyph.

ComponentGlyph(IComponent, Behavior)

Inicializa uma nova instância da classe ComponentGlyph.

ComponentGlyph(IComponent)

Origem:
ComponentGlyph.cs
Origem:
ComponentGlyph.cs
Origem:
ComponentGlyph.cs
Origem:
ComponentGlyph.cs
Origem:
ComponentGlyph.cs

Inicializa uma nova instância da classe ComponentGlyph.

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)

Parâmetros

relatedComponent
IComponent

O componente ao qual o Glyph componente está associado.

Confira também

Aplica-se a

ComponentGlyph(IComponent, Behavior)

Origem:
ComponentGlyph.cs
Origem:
ComponentGlyph.cs
Origem:
ComponentGlyph.cs
Origem:
ComponentGlyph.cs
Origem:
ComponentGlyph.cs

Inicializa uma nova instância da classe ComponentGlyph.

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)

Parâmetros

relatedComponent
IComponent

O componente ao qual o Glyph componente está associado.

behavior
Behavior

O Behavior com o qual o Glyph está associado.

Confira também

Aplica-se a