SmartTagAction.RadioGroupSelection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property int RadioGroupSelection { int get(); void set(int value); };
public int RadioGroupSelection { get; set; }
member this.RadioGroupSelection : int with get, set
Public Property RadioGroupSelection As Integer
Property Value
Remarks
For more information on smart documents, please see the Smart Document Software Development Kit on the Microsoft Developer Network (MSDN) Web site.