Share via


SmartTagAction.ListSelection Property

Returns or sets an Integer that represents the index number of the selected item in a smart document list box control.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ListSelection As Integer
    Get
    Set
'Usage
Dim instance As SmartTagAction
Dim value As Integer

value = instance.ListSelection

instance.ListSelection = value
int ListSelection { get; set; }

Property Value

Type: System.Int32

Remarks

For more information on smart documents, please see the Smart Document Software Development Kit on the Microsoft Developer Network (MSDN) Web site.

See Also

Reference

SmartTagAction Interface

SmartTagAction Members

Microsoft.Office.Interop.Word Namespace