ContentControlBase Members (2007 System)
Include Protected Members
Include Inherited Members
Provides the base class for content controls in Visual Studio Tools for Office solutions.
The ContentControlBase type exposes the following members.
Constructors
Name
Description
Infrastructure. Overloaded.
Top
Methods
Name
Description
(Inherited from RemoteComponent.)
Infrastructure.
Deletes a dynamically created content control from the document and removes it from the ControlCollection in the document.
Overloaded. Releases all resources used by the ContentControlBase.
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.
Infrastructure.
(Inherited from RemoteComponent.)
Gets the type of the current instance. (Inherited from Object.)
Infrastructure.
Infrastructure.
Creates a shallow copy of the current Object. (Inherited from Object.)
Infrastructure. (Inherited from RemoteBindableComponent.)
Infrastructure.
Infrastructure.
(Inherited from RemoteComponent.)
Infrastructure.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets the System.Windows.Forms.BindingContext for the component. (Inherited from RemoteBindableComponent.)
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from RemoteBindableComponent.)
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 RemoteComponent.)
Gets a unique number that identifies the content control.
(Inherited from RemoteComponent.)
Gets the underlying native object for the content control.
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
Top
Events
Name
Description
Occurs after the content control is added to the document.
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.
Occurs just before the content control is deleted from the document.
(Inherited from RemoteComponent.)
Occurs when the user clicks in the content control, or when the cursor is moved into the content control programmatically.
Occurs when the user clicks outside the content control, or when the cursor is moved outside the content control programmatically.
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).
Occurs when the content control has been successfully validated.
Occurs when the contents of the content control are being validated.
Top