ContentControl Members (2007 System)
Include Protected Members
Include Inherited Members
Represents a content control a document.
The ContentControl type exposes the following members.
Constructors
Name
Description
Infrastructure. Overloaded.
Top
Methods
Name
Description
Infrastructure.
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Copies the ContentControl from the document to the Clipboard.
Removes the ContentControl from the document and adds it to the Clipboard.
Deletes a dynamically created content control from the document and removes it from the ControlCollection in the document. (Inherited from ContentControlBase.)
Overloaded. Releases all resources used by the ContentControlBase.
Infrastructure.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
(Inherited from RemoteComponent.)
Serves as a hash function for a particular type. (Inherited from Object.)
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Infrastructure. (Inherited from ContentControlBase.)
(Inherited from RemoteComponent.)
Gets the type of the current instance. (Inherited from Object.)
Infrastructure. (Inherited from ContentControlBase.)
Infrastructure. (Inherited from ContentControlBase.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Infrastructure. (Inherited from RemoteBindableComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Infrastructure. (Inherited from ContentControlBase.)
Displays text that is in a BuildingBlock, a Range, or a string as the placeholder text in the ContentControl.
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Returns a string that represents the current object. (Inherited from Object.)
Removes the group content control that contains the ContentControl from the document so that the region is no longer protected.
Top
Properties
Name
Description
Gets a Application that represents the current instance of Microsoft Office Word.
Gets or sets the System.Windows.Forms.BindingContext for the component. (Inherited from RemoteBindableComponent.)
Gets or sets the category of building blocks that are displayed in a ContentControl that represents a building block gallery.
Gets or sets the type of the building blocks that are displayed in a ContentControl that represents a building block gallery.
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from RemoteBindableComponent.)
Gets a 32-bit integer that indicates the application in which the ContentControl was created.
Gets the Binding objects for the component. (Inherited from RemoteBindableComponent.)
Gets or sets the type of calendar that is displayed in a ContentControl that represents a date picker.
Gets or sets a string that specifies the format of dates that are displayed in a ContentControl that represents a date picker.
Gets or sets the language format of the date that is displayed in a ContentControl that represents a date picker.
Gets or sets the format in which dates are saved in a custom XML part by a ContentControl that represents a date picker.
Gets or sets the default DataSourceUpdateMode for the component. (Inherited from RemoteBindableComponent.)
Gets the name of the character style that is used to format text in the ContentControl.
(Inherited from RemoteComponent.)
Gets the Document that contains the content control. (Inherited from ContentControlBase.)
Gets the collection of items that are displayed by a ContentControl that represents a drop-down list or a combo box.
(Inherited from RemoteComponent.)
Gets a unique number that identifies the content control. (Inherited from ContentControlBase.)
(Inherited from RemoteComponent.)
Gets the underlying native object for the content control. (Inherited from ContentControlBase.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
Gets or sets a value that specifies whether the ContentControl can be deleted from the document.
Gets or sets a value that specifies whether the contents of the ContentControl can be edited.
Gets or sets a value that specifies whether the ContentControl can contain line breaks.
Gets the parent of the ContentControl.
Gets the parent content control of a ContentControl that is nested in another content control.
Gets the text that is displayed in the ContentControl until the text is changed by a user action or some other operation.
(Inherited from RemoteComponent.)
Gets a Range that represents the contents of the ContentControl.
Gets a value that specifies whether the ContentControl is currently displaying placeholder text.
(Inherited from RemoteComponent.)
Gets or sets a string that you want to associate with the ContentControl.
Gets or sets a value that specifies whether the ContentControl is automatically deleted from the document when the control is edited.
Gets or sets the title of the ContentControl.
Gets or sets a value that specifies the type of content control that the ContentControl represents.
Gets an XMLMapping that represents the binding between the ContentControl and an element in a custom XML part.
Top
Events
Name
Description
Occurs after the content control is added to the document. (Inherited from ContentControlBase.)
Occurs when the value of the BindingContext property changes. (Inherited from RemoteBindableComponent.)
Occurs just before Microsoft Office Word updates the text in the content control, if the content control is bound to a custom XML part. (Inherited from ContentControlBase.)
Occurs just before the content control is deleted from the document. (Inherited from ContentControlBase.)
(Inherited from RemoteComponent.)
Occurs when the user clicks in the content control, or when the cursor is moved into the content control programmatically. (Inherited from ContentControlBase.)
Occurs when the user clicks outside the content control, or when the cursor is moved outside the content control programmatically. (Inherited from ContentControlBase.)
Occurs just before Microsoft Office Word updates data in a custom XML part that is bound to the content control (that is, after the text in the content control changes). (Inherited from ContentControlBase.)
Occurs when the content control has been successfully validated. (Inherited from ContentControlBase.)
Occurs when the contents of the content control are being validated. (Inherited from ContentControlBase.)
Top
Explicit Interface Implementations
Name
Description
ISupportInitializeControl.InitializeControl
Infrastructure.
Top