ISmartDocument Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.InteropServices.Guid("9BF068D0-B736-11D3-B2CF-00500489D6D6")]
public interface ISmartDocument
[<System.Runtime.InteropServices.Guid("9BF068D0-B736-11D3-B2CF-00500489D6D6")>]
type ISmartDocument = interface
Public Interface ISmartDocument
Attributes
Properties
Methods
ImageClick(Int32, String, Object, String, String, Int32, Int32, Int32)
InvokeControl(Int32, String, Object, String, String, Int32)
OnCheckboxChange(Int32, Object, Boolean)
OnListOrComboSelectChange(Int32, Object, Int32, String)
OnPaneUpdateComplete(Object)
OnRadioGroupSelectChange(Int32, Object, Int32, String)
OnTextboxContentChange(Int32, Object, String)
PopulateActiveXProps(Int32, String, Int32, String, String, Object, ISmartDocProperties, ISmartDocProperties)
PopulateCheckbox(Int32, String, Int32, String, String, Object, ISmartDocProperties, Boolean)
PopulateDocumentFragment(Int32, String, Int32, String, String, Object, ISmartDocProperties, String)
PopulateHelpContent(Int32, String, Int32, String, String, Object, ISmartDocProperties, String)
PopulateImage(Int32, String, Int32, String, String, Object, ISmartDocProperties, String)
PopulateListOrComboContent(Int32, String, Int32, String, String, Object, ISmartDocProperties, Array, Int32, Int32)
PopulateOther(Int32, String, Int32, String, String, Object, ISmartDocProperties)
PopulateRadioGroup(Int32, String, Int32, String, String, Object, ISmartDocProperties, Array, Int32, Int32)
PopulateTextboxContent(Int32, String, Int32, String, String, Object, ISmartDocProperties, String)
SmartDocInitialize(String, Object, String, String)
Applies to