Classe LinkLabel (System 2007)
Aggiornamento: novembre 2007
Rappresenta una classe LinkLabel Windows Form che può essere aggiunta a un documento di Microsoft Office Word.
Spazio dei nomi: Microsoft.Office.Tools.Word.Controls
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Sintassi
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class LinkLabel _
Inherits LinkLabel _
Implements ISupportInitializeExtendedControl
Dim instance As LinkLabel
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class LinkLabel : LinkLabel, ISupportInitializeExtendedControl
Note
La classe Microsoft.Office.Tools.Word.Controls.LinkLabel è diversa da una classe System.Windows.Forms.LinkLabel. La classe Microsoft.Office.Tools.Word.Controls.LinkLabel presenta membri aggiuntivi che ne consentono l'aggiunta a un documento di Word e assegnano ad essa ulteriori metodi e proprietà.
Non utilizzare il costruttore New per creare una nuova classe LinkLabel. Utilizzare il metodo AddLinkLabel per aggiungere una nuova classe LinkLabel a un documento.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.Label
System.Windows.Forms.LinkLabel
Microsoft.Office.Tools.Word.Controls.LinkLabel
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.