ComponentGlyph Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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 .