ISmartDocument.PopulateRadioGroup Method
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.
public void PopulateRadioGroup (int ControlID, string ApplicationName, int LocaleID, string Text, string Xml, object Target, Microsoft.Office.Interop.SmartTag.ISmartDocProperties Props, out Array List, out int Count, out int InitialSelected);
abstract member PopulateRadioGroup : int * string * int * string * string * obj * Microsoft.Office.Interop.SmartTag.ISmartDocProperties * Array * int * int -> unit
Public Sub PopulateRadioGroup (ControlID As Integer, ApplicationName As String, LocaleID As Integer, Text As String, Xml As String, Target As Object, Props As ISmartDocProperties, ByRef List As Array, ByRef Count As Integer, ByRef InitialSelected As Integer)
Parameters
- ControlID
- Int32
- ApplicationName
- String
- LocaleID
- Int32
- Text
- String
- Xml
- String
- Target
- Object
- Props
- ISmartDocProperties
- List
- Array
- Count
- Int32
- InitialSelected
- Int32