Share via


WebCommandButton Object Members

Publisher Developer Reference

Represents a Web command button control. The WebCommandButton object is a member of the Shape object.

Properties

  Name Description
Aa438862.properties(en-us,office.12).gif ActionURL Returns or sets a String that represents the URL of the server-side script to execute in response to a Submit button click. Read/write.
Aa438862.properties(en-us,office.12).gif Application Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application.
Aa438862.properties(en-us,office.12).gif ButtonText Returns or sets a String that represents the text that appears on the face of a Web command button. Read/write.
Aa438862.properties(en-us,office.12).gif ButtonType Returns or sets a PbCommandButtonType constant that indicates whether a Web command button will clear or submit form data. Read/write.
Aa438862.properties(en-us,office.12).gif DataFileFormat Sets or returns a PbSubmitDataFormatType constant that represents the format to use when saving Web form data to a file. Read/write.
Aa438862.properties(en-us,office.12).gif DataFileName Returns or sets a String that represents the name of the file in which to save data from a Web form. Read/write.
Aa438862.properties(en-us,office.12).gif DataRetrievalMethod Sets or returns a PbSubmitDataRetrievalMethodType that represents the way data from a Web form is processed. Read/write.
Aa438862.properties(en-us,office.12).gif EmailAddress Sets or returns a String representing the e-mail address to use when processing Web form data. Read/write.
Aa438862.properties(en-us,office.12).gif EmailSubject Sets or returns a String that represents the subject for e-mail messages generated to process Web form data. Read/write.
Aa438862.properties(en-us,office.12).gif HiddenFields Returns a WebHiddenFields object that represents hidden Web fields attached to a Submit command button.
Aa438862.properties(en-us,office.12).gif Parent Returns an object that represents the parent object of the specified object. For example, for a TextFrame object, returns a Shape object representing the parent shape of the text frame. Read-only.
Aa438862.properties(en-us,office.12).gif PostFormData Returns or sets an MsoTriState constant indicating whether the specified Web command button control uses the Get or Post method when submitting form data to a Web server. Read/write.