HotDocs_Online.Component Object
A Component represents a single HotDocs component, such as a variable or a dialog. Using this object, you can find out general information about the component, such as its Name or Prompt. For more detailed information about a component, such as a Multiple Choice variable's options, you can also look at the component's Properties.
Interface Information
ProgID: | HotDocs_Online.Component.10.1 |
Version Independent ProgID: | HotDocs_Online.Component |
CLSID: | {F1917784-9BE5-47E7-96BF-4163012CCBDD} |
_Component Interface: | IID: {FF08C125-DB3E-43B8-A8E0-352E975222CD} default. |
Properties
Property | Description |
Name | [Read-only] This string property returns the name of the component. |
Prompt | [Read-only] This string property returns the prompt of the component. |
Properties | [Read-only] This property returns a ComponentProperties collection, which is a collection of all properties associated with the Component object. Each property in the collection is in turn represented by a ComponentProperty object. |
Type | [Read-only] This property returns the component's type, which is a value from the hdCmpType enumeration. |