DatePickerContentControl Members (2007 System)
Include Protected Members
Include Inherited Members
Represents a date picker control on a document.
The DatePickerContentControl type exposes the following members.
Constructors
Name
Description
Infrastructure. Overloaded.
Top
Methods
Name
Description
Infrastructure.
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from ContentControlBase.)
Copies the DatePickerContentControl from the document to the Clipboard.
Removes the DatePickerContentControl 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 DatePickerContentControl.
(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 DatePickerContentControl was created.
Gets the Binding objects for the component. (Inherited from RemoteBindableComponent.)
Gets or sets the type of calendar that is displayed in the DatePickerContentControl.
Gets or sets a string that specifies the format in which the DatePickerContentControl displays dates.
Gets or sets the language format of the date that is displayed in the DatePickerContentControl.
Gets or sets the format in which the DatePickerContentControl saves dates in a custom XML part.
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 DatePickerContentControl.
(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 DatePickerContentControl can be deleted from the document.
Gets or sets a value that specifies whether the contents of the DatePickerContentControl can be edited.
Gets or sets a value that specifies whether the DatePickerContentControl can contain line breaks.
Gets the parent of the DatePickerContentControl.
Gets the parent content control of a DatePickerContentControl that is nested in another content control.
Gets or sets the text that is displayed in the DatePickerContentControl 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 DatePickerContentControl.
Gets a value that indicates whether the DatePickerContentControl is currently displaying placeholder text.
(Inherited from RemoteComponent.)
Gets or sets a string that you want to associate with the DatePickerContentControl.
Gets or sets a value that specifies whether the DatePickerContentControl is automatically deleted from the document when the control is edited.
Gets or sets the text in the DatePickerContentControl.
Gets or sets the title of the DatePickerContentControl.
Gets an XMLMapping that represents the binding between the DatePickerContentControl 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