ISmartDocument.OnRadioGroupSelectChange(Int32, Object, Int32, String) 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 OnRadioGroupSelectChange (int ControlID, object Target, int Selected, string Value);
abstract member OnRadioGroupSelectChange : int * obj * int * string -> unit
Public Sub OnRadioGroupSelectChange (ControlID As Integer, Target As Object, Selected As Integer, Value As String)
Parameters
- ControlID
- Int32
- Target
- Object
- Selected
- Int32
- Value
- String