GroupContentControl Members (2007 System)
Include Protected Members
Include Inherited Members
Represents a protected region of a document that users cannot edit or delete.
The GroupContentControl type exposes the following members.
Constructors
Name
Description
Infrastructure. Overloaded.
Top
Methods
Name
Description
Infrastructure.
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Copies the GroupContentControl from the document to the Clipboard.
Removes the GroupContentControl 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.)
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Returns a string that represents the current object. (Inherited from Object.)
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.)
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from RemoteBindableComponent.)
Gets a 32-bit integer that indicates the application in which the GroupContentControl was created.
Gets the Binding objects for the component. (Inherited from RemoteBindableComponent.)
Gets or sets the default DataSourceUpdateMode for the component. (Inherited from RemoteBindableComponent.)
(Inherited from RemoteComponent.)
Gets the Document that contains the content control. (Inherited from ContentControlBase.)
(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 GroupContentControl can be deleted from the document.
Gets the parent of the GroupContentControl.
Gets the parent content control of a GroupContentControl that is nested in another content control.
(Inherited from RemoteComponent.)
Gets a Range that represents the contents of the GroupContentControl.
(Inherited from RemoteComponent.)
Gets or sets a string that you want to associate with the GroupContentControl.
Gets the text in the GroupContentControl.
Gets or sets the title of the GroupContentControl.
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