ControlBodyGlyph Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe ControlBodyGlyph.
Overload
ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior) |
Inizializza una nuova istanza della classe ControlBodyGlyph. |
ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner) |
Inizializza una nuova istanza della classe ControlBodyGlyph. |
ControlBodyGlyph(Rectangle, Cursor, IComponent, Behavior)
- Origine:
- ControlBodyGlyph.cs
- Origine:
- ControlBodyGlyph.cs
- Origine:
- ControlBodyGlyph.cs
Inizializza una nuova istanza della 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)
Parametri
- cursor
- Cursor
Oggetto Cursor che rappresenta il cursore da visualizzare quando il puntatore del mouse si trova sull'oggetto Glyph.
- relatedComponent
- IComponent
Componente al quale è associato l'oggetto Glyph.
Si applica a
ControlBodyGlyph(Rectangle, Cursor, IComponent, ControlDesigner)
- Origine:
- ControlBodyGlyph.cs
- Origine:
- ControlBodyGlyph.cs
- Origine:
- ControlBodyGlyph.cs
Inizializza una nuova istanza della 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);
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)
Parametri
- cursor
- Cursor
Oggetto Cursor che rappresenta il cursore da visualizzare quando il puntatore del mouse si trova sull'oggetto Glyph.
- relatedComponent
- IComponent
Componente al quale è associato l'oggetto Glyph.
- designer
- ControlDesigner
Oggetto ControlDesigner al quale è associato Glyph.