LinkLabel Classe (sistema de 2007)
Representa um Windows Forms LinkLabel que podem ser adicionados a uma planilha do Microsoft Office Excel.
Namespace: Microsoft.Office.Tools.Excel.Controls
Assembly: Microsoft.Office.Tools.Excel.v9.0 (em Microsoft.Office.Tools.Excel.v9.0.dll)
Sintaxe
<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
Comentários
The Microsoft.Office.Tools.Excel.Controls.LinkLabel é diferente de um System.Windows.Forms.LinkLabel. The Microsoft.Office.Tools.Excel.Controls.LinkLabel tem membros adicionais que habilitá-lo para ser adicionado a uma planilha do Excel e que fornecem métodos e propriedades adicionais a seguir.
Não use o New construtor para criar um novo LinkLabel. Use o AddLinkLabel método Para adicionar um novo LinkLabel para uma planilha.
Hierarquia de herança
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.Label
System.Windows.Forms.LinkLabel
Microsoft.Office.Tools.Excel.Controls.LinkLabel
Acesso thread-safe
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.