ComboBoxEditEnabled
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets the value indicating if an edit field in a ComBobox control is enabled.

Syntax

VARIANT_BOOL ComboBoxEditEnabled { get; set; }
Value
VARIANT_TRUE if editing is enabled, VARIANT_FALSE otherwise

Remarks

If this property is set to VARIANT_TRUE, the ComboBox includes an editable text box as well as a drop down list. If it is set to VARIANT_FALSE, the ComboBox includes only a drop down list.

See the AnnotBorderColor property for examples.

See Also

Reference