Inherits Microsoft::Samples::DirectX::UtilityToolkit::Checkbox, Microsoft::Samples::DirectX::UtilityToolkit::Checkbox, and Microsoft::Samples::DirectX::UtilityToolkit::Checkbox.

Public Member Functions | |
| RadioButton (Dialog parent) | |
| Create new radio button instance. | |
| void | SetChecked (bool ischecked, bool clear) |
| Sets the check state and potentially clears the group. | |
| override void | OnHotKey () |
| Override hotkey to fire event. | |
| override bool | HandleKeyboard (NativeMethods.WindowMessage msg, IntPtr wParam, IntPtr lParam) |
| Handle the keyboard for the checkbox. | |
| override bool | HandleMouse (NativeMethods.WindowMessage msg, System.Drawing.Point pt, IntPtr wParam, IntPtr lParam) |
| Handle mouse messages from the radio button. | |
| RadioButton (Dialog parent) | |
| Create new radio button instance. | |
| void | SetChecked (bool ischecked, bool clear) |
| Sets the check state and potentially clears the group. | |
| override void | OnHotKey () |
| Override hotkey to fire event. | |
| override bool | HandleKeyboard (NativeMethods.WindowMessage msg, IntPtr wParam, IntPtr lParam) |
| Handle the keyboard for the checkbox. | |
| override bool | HandleMouse (NativeMethods.WindowMessage msg, System.Drawing.Point pt, IntPtr wParam, IntPtr lParam) |
| Handle mouse messages from the radio button. | |
| RadioButton (Dialog parent) | |
| Create new radio button instance. | |
| void | SetChecked (bool ischecked, bool clear) |
| Sets the check state and potentially clears the group. | |
| override void | OnHotKey () |
| Override hotkey to fire event. | |
| override bool | HandleKeyboard (NativeMethods.WindowMessage msg, IntPtr wParam, IntPtr lParam) |
| Handle the keyboard for the checkbox. | |
| override bool | HandleMouse (NativeMethods.WindowMessage msg, System.Drawing.Point pt, IntPtr wParam, IntPtr lParam) |
| Handle mouse messages from the radio button. | |
Protected Member Functions | |
| virtual void | SetCheckedInternal (bool ischecked, bool clearGroup, bool fromInput) |
| Sets the checked state and fires the event if necessary. | |
| virtual void | SetCheckedInternal (bool ischecked, bool clearGroup, bool fromInput) |
| Sets the checked state and fires the event if necessary. | |
| virtual void | SetCheckedInternal (bool ischecked, bool clearGroup, bool fromInput) |
| Sets the checked state and fires the event if necessary. | |
Protected Attributes | |
| uint | buttonGroupIndex |
Properties | |
| uint | ButtonGroup [get, set] |
| Button Group property. | |
Definition at line 2403 of file dxmutgui.cs.
| Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.RadioButton | ( | Dialog | parent | ) |
| Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.RadioButton | ( | Dialog | parent | ) |
| Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.RadioButton | ( | Dialog | parent | ) |
| override bool Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.HandleKeyboard | ( | NativeMethods.WindowMessage | msg, | |
| IntPtr | wParam, | |||
| IntPtr | lParam | |||
| ) | [virtual] |
Handle the keyboard for the checkbox.
Reimplemented from Microsoft.Samples.DirectX.UtilityToolkit.Checkbox.
Definition at line 2456 of file wdxmutgui.cs.
| override bool Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.HandleKeyboard | ( | NativeMethods.WindowMessage | msg, | |
| IntPtr | wParam, | |||
| IntPtr | lParam | |||
| ) | [virtual] |
Handle the keyboard for the checkbox.
Reimplemented from Microsoft.Samples.DirectX.UtilityToolkit.Checkbox.
Definition at line 2452 of file dxmutgui.cs.
| override bool Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.HandleKeyboard | ( | NativeMethods.WindowMessage | msg, | |
| IntPtr | wParam, | |||
| IntPtr | lParam | |||
| ) | [virtual] |
Handle the keyboard for the checkbox.
Reimplemented from Microsoft.Samples.DirectX.UtilityToolkit.Checkbox.
Definition at line 2452 of file dxmutgui.cs.
| override bool Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.HandleMouse | ( | NativeMethods.WindowMessage | msg, | |
| System.Drawing.Point | pt, | |||
| IntPtr | wParam, | |||
| IntPtr | lParam | |||
| ) | [virtual] |
Handle mouse messages from the radio button.
Reimplemented from Microsoft.Samples.DirectX.UtilityToolkit.Checkbox.
Definition at line 2491 of file wdxmutgui.cs.
| override bool Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.HandleMouse | ( | NativeMethods.WindowMessage | msg, | |
| System.Drawing.Point | pt, | |||
| IntPtr | wParam, | |||
| IntPtr | lParam | |||
| ) | [virtual] |
Handle mouse messages from the radio button.
Reimplemented from Microsoft.Samples.DirectX.UtilityToolkit.Checkbox.
Definition at line 2487 of file dxmutgui.cs.
| override bool Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.HandleMouse | ( | NativeMethods.WindowMessage | msg, | |
| System.Drawing.Point | pt, | |||
| IntPtr | wParam, | |||
| IntPtr | lParam | |||
| ) | [virtual] |
Handle mouse messages from the radio button.
Reimplemented from Microsoft.Samples.DirectX.UtilityToolkit.Checkbox.
Definition at line 2487 of file dxmutgui.cs.
| override void Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.OnHotKey | ( | ) | [virtual] |
Override hotkey to fire event.
Reimplemented from Microsoft.Samples.DirectX.UtilityToolkit.Checkbox.
Definition at line 2448 of file wdxmutgui.cs.
| override void Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.OnHotKey | ( | ) | [virtual] |
Override hotkey to fire event.
Reimplemented from Microsoft.Samples.DirectX.UtilityToolkit.Checkbox.
Definition at line 2444 of file dxmutgui.cs.
| override void Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.OnHotKey | ( | ) | [virtual] |
Override hotkey to fire event.
Reimplemented from Microsoft.Samples.DirectX.UtilityToolkit.Checkbox.
Definition at line 2444 of file dxmutgui.cs.
| void Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.SetChecked | ( | bool | ischecked, | |
| bool | clear | |||
| ) |
Sets the check state and potentially clears the group.
Definition at line 2431 of file wdxmutgui.cs.
| void Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.SetChecked | ( | bool | ischecked, | |
| bool | clear | |||
| ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.SetChecked | ( | bool | ischecked, | |
| bool | clear | |||
| ) |
Sets the check state and potentially clears the group.
Definition at line 2427 of file dxmutgui.cs.

| virtual void Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.SetCheckedInternal | ( | bool | ischecked, | |
| bool | clearGroup, | |||
| bool | fromInput | |||
| ) | [protected, virtual] |
Sets the checked state and fires the event if necessary.
Definition at line 2439 of file wdxmutgui.cs.
| virtual void Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.SetCheckedInternal | ( | bool | ischecked, | |
| bool | clearGroup, | |||
| bool | fromInput | |||
| ) | [protected, virtual] |
Sets the checked state and fires the event if necessary.
Definition at line 2435 of file dxmutgui.cs.
| virtual void Microsoft.Samples.DirectX.UtilityToolkit.RadioButton.SetCheckedInternal | ( | bool | ischecked, | |
| bool | clearGroup, | |||
| bool | fromInput | |||
| ) | [protected, virtual] |
Sets the checked state and fires the event if necessary.
Definition at line 2435 of file dxmutgui.cs.
Definition at line 2405 of file dxmutgui.cs.
uint Microsoft::Samples::DirectX::UtilityToolkit.RadioButton::ButtonGroup [get, set] |
1.5.8