ControlBodyGlyph Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe ControlBodyGlyph.
Surcharges
| Nom | Description |
|---|---|
| ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior) |
Initialise une nouvelle instance de la classe ControlBodyGlyph. |
| ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner) |
Initialise une nouvelle instance de la classe ControlBodyGlyph. |
ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)
- Source:
- ControlBodyGlyph.cs
- Source:
- ControlBodyGlyph.cs
- Source:
- ControlBodyGlyph.cs
- Source:
- ControlBodyGlyph.cs
- Source:
- ControlBodyGlyph.cs
Initialise une nouvelle instance de la classe ControlBodyGlyph.
public:
ControlBodyGlyph(System::Drawing::Rectangle bounds, System::Windows::Forms::Cursor ^ cursor, System::ComponentModel::IComponent ^ relatedComponent, System::Windows::Forms::Design::Behavior::Behavior ^ behavior);
public ControlBodyGlyph(System.Drawing.Rectangle bounds, System.Windows.Forms.Cursor cursor, System.ComponentModel.IComponent relatedComponent, System.Windows.Forms.Design.Behavior.Behavior behavior);
public ControlBodyGlyph(System.Drawing.Rectangle bounds, System.Windows.Forms.Cursor? cursor, System.ComponentModel.IComponent? relatedComponent, System.Windows.Forms.Design.Behavior.Behavior? behavior);
new System.Windows.Forms.Design.Behavior.ControlBodyGlyph : System.Drawing.Rectangle * System.Windows.Forms.Cursor * System.ComponentModel.IComponent * System.Windows.Forms.Design.Behavior.Behavior -> System.Windows.Forms.Design.Behavior.ControlBodyGlyph
Public Sub New (bounds As Rectangle, cursor As Cursor, relatedComponent As IComponent, behavior As Behavior)
Paramètres
- cursor
- Cursor
Qui Cursor représente le curseur à afficher lorsque le pointeur de la souris se trouve sur le Glyph.
- relatedComponent
- IComponent
Composant auquel le Glyph composant est associé.
S’applique à
ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)
- Source:
- ControlBodyGlyph.cs
- Source:
- ControlBodyGlyph.cs
- Source:
- ControlBodyGlyph.cs
- Source:
- ControlBodyGlyph.cs
- Source:
- ControlBodyGlyph.cs
Initialise une nouvelle instance de la classe ControlBodyGlyph.
public:
ControlBodyGlyph(System::Drawing::Rectangle bounds, System::Windows::Forms::Cursor ^ cursor, System::ComponentModel::IComponent ^ relatedComponent, System::Windows::Forms::Design::ControlDesigner ^ designer);
public ControlBodyGlyph(System.Drawing.Rectangle bounds, System.Windows.Forms.Cursor cursor, System.ComponentModel.IComponent relatedComponent, System.Windows.Forms.Design.ControlDesigner designer);
public ControlBodyGlyph(System.Drawing.Rectangle bounds, System.Windows.Forms.Cursor? cursor, System.ComponentModel.IComponent? relatedComponent, System.Windows.Forms.Design.ControlDesigner designer);
public ControlBodyGlyph(System.Drawing.Rectangle bounds, System.Windows.Forms.Cursor? cursor, System.ComponentModel.IComponent? relatedComponent, System.Windows.Forms.Design.ControlDesigner? designer);
new System.Windows.Forms.Design.Behavior.ControlBodyGlyph : System.Drawing.Rectangle * System.Windows.Forms.Cursor * System.ComponentModel.IComponent * System.Windows.Forms.Design.ControlDesigner -> System.Windows.Forms.Design.Behavior.ControlBodyGlyph
Public Sub New (bounds As Rectangle, cursor As Cursor, relatedComponent As IComponent, designer As ControlDesigner)
Paramètres
- cursor
- Cursor
Qui Cursor représente le curseur à afficher lorsque le pointeur de la souris se trouve sur le Glyph.
- relatedComponent
- IComponent
Composant auquel le Glyph composant est associé.
- designer
- ControlDesigner
Avec ControlDesigner lequel l’objet Glyph est associé.