ComponentGlyph Constructors

Definition

Initializes a new instance of the ComponentGlyph class.

Overloads

ComponentGlyph(IComponent)

Initializes a new instance of the ComponentGlyph class.

ComponentGlyph(IComponent, Behavior)

Initializes a new instance of the ComponentGlyph class.

ComponentGlyph(IComponent)

Initializes a new instance of the ComponentGlyph class.

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)

Parameters

relatedComponent
IComponent

The component with which the Glyph is associated.

See also

Applies to

ComponentGlyph(IComponent, Behavior)

Initializes a new instance of the ComponentGlyph class.

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)

Parameters

relatedComponent
IComponent

The component with which the Glyph is associated.

behavior
Behavior

The Behavior with which the Glyph is associated.

See also

Applies to