PictureContentControl Members (2007 System)
Include Protected Members
Include Inherited Members
Represents a document region that displays an image.
The PictureContentControl type exposes the following members.
Constructors
Name
Description
Infrastructure. Overloaded.
Top
Methods
Name
Description
Infrastructure.
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Copies the PictureContentControl from the document to the Clipboard.
Removes the PictureContentControl 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 PictureContentControl 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 or sets the image that is displayed by the PictureContentControl.
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 PictureContentControl can be deleted from the document.
Gets or sets a value that specifies whether the contents of the PictureContentControl can be edited.
Gets the parent of the PictureContentControl.
Gets the parent content control of a PictureContentControl that is nested in another content control.
(Inherited from RemoteComponent.)
Gets a Range that represents the contents of the PictureContentControl.
Gets or sets a value that specifies whether to display the UI that users can click to select an image to display in the control at run time.
(Inherited from RemoteComponent.)
Gets or sets a string that you want to associate with the PictureContentControl.
Gets or sets a value that specifies whether the PictureContentControl is automatically deleted from the document when the control is edited.
Gets or sets the title of the PictureContentControl.
Gets an XMLMapping that represents the binding between the PictureContentControl 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