CheckedListBox Class (2007 System)

Represents a Windows Forms checked list box that can be added to a Microsoft Office Word document.

Namespace:  Microsoft.Office.Tools.Word.Controls
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class CheckedListBox _
    Inherits CheckedListBox _
    Implements ISupportInitializeExtendedControl
'Usage
Dim instance As CheckedListBox
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class CheckedListBox : CheckedListBox, 
    ISupportInitializeExtendedControl
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class CheckedListBox : public CheckedListBox, 
    ISupportInitializeExtendedControl
public class CheckedListBox extends CheckedListBox implements ISupportInitializeExtendedControl

Remarks

The Microsoft.Office.Tools.Word.Controls.CheckedListBox is different from a System.Windows.Forms.CheckedListBox. The Microsoft.Office.Tools.Word.Controls.CheckedListBox has additional members that enable it to be added to a Word document and that give it additional methods and properties.

Do not use the New constructor to create a new CheckedListBox. Use the AddCheckedListBox method to add a new CheckedListBox to a document.

Inheritance Hierarchy

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.Word.Controls.CheckedListBox

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CheckedListBox Members

Microsoft.Office.Tools.Word.Controls Namespace