CheckedListBox Classe (sistema de 2007)
Representa um Windows Forms CheckedListBox 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 CheckedListBox _
Inherits CheckedListBox _
Implements ISupportInitializeExtendedControl
Dim instance As CheckedListBox
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class CheckedListBox : CheckedListBox,
ISupportInitializeExtendedControl
Comentários
The Microsoft.Office.Tools.Excel.Controls.CheckedListBox é diferente de um System.Windows.Forms.CheckedListBox. The Microsoft.Office.Tools.Excel.Controls.CheckedListBox 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 CheckedListBox. Use o AddCheckedListBox método Para adicionar um novo CheckedListBox para uma planilha.
Hierarquia de herança
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ListControl
System.Windows.Forms.ListBox
System.Windows.Forms.CheckedListBox
Microsoft.Office.Tools.Excel.Controls.CheckedListBox
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.