Share via


MenuItem.TypeSpecific1 Property

Visio Automation Reference

Gets or sets the type of a menu item. Read/write.

Version Information
 Version Added:  Visio 4.0

Syntax

expression.TypeSpecific1

expression   A variable that represents a MenuItem object.

Return Value
Integer

Remarks

The value of an object's TypeSpecific1 property depends on the value of its CntrlType property.

CntrlType value TypeSpecific1 value

visCtrlTypeBUTTON

Any constant prefixed with visIconIX that is declared by the Visio type library.

visCtrlTypeCOMBOBOX

Zero (0).

visCtrlTypeEDITBOX

Zero (0).

visCtrlTypeLABEL

The TypeSpecific1 property is not used.

See Also