CheckedListBox Class

Definition

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

public ref class CheckedListBox : System::Windows::Forms::CheckedListBox
[System.ComponentModel.DefaultEvent("SelectedIndexChanged")]
[System.ComponentModel.DefaultProperty("Items")]
[System.ComponentModel.ToolboxItem(false)]
public class CheckedListBox : System.Windows.Forms.CheckedListBox
[<System.ComponentModel.DefaultEvent("SelectedIndexChanged")>]
[<System.ComponentModel.DefaultProperty("Items")>]
[<System.ComponentModel.ToolboxItem(false)>]
type CheckedListBox = class
    inherit CheckedListBox
Public Class CheckedListBox
Inherits CheckedListBox
Inheritance
CheckedListBox
Attributes

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.

Properties

AltHTML
Automation
Bottom

Gets the distance, in points, between the bottom edge of the CheckedListBox and the top edge of the document.

Height

Gets or sets the height of the CheckedListBox.

InlineShape

Gets the underlying InlineShape of the CheckedListBox.

Left

Gets or sets the distance, in points, between the left edge of the CheckedListBox and the left edge of the document.

Right

Gets the distance, in points, between the right edge of the CheckedListBox and the left edge of the document.

Shape

Gets the underlying Shape of the CheckedListBox.

Top

Gets or sets the distance, in points, between the top edge of the CheckedListBox and the top edge of the document.

Width

Gets or sets the width of the CheckedListBox in points.

Methods

Activate()

Activates the CheckedListBox.

Delete()

Deletes a dynamically created CheckedListBox from the document and removes it from the ControlCollection.

Select()

Selects the CheckedListBox.

SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
SetVisibleCore(Boolean)

Applies to