SmartTagAction.RadioGroupSelection Property
Returns or sets an Integer that represents the index number of the selected item in a group of radio button controls in a smart document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property RadioGroupSelection As Integer
Get
Set
'Usage
Dim instance As SmartTagAction
Dim value As Integer
value = instance.RadioGroupSelection
instance.RadioGroupSelection = value
int RadioGroupSelection { 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.