ComponentGlyph Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.