Version

LastToggledChildTool Property

Returns the last child of this tool that was whose Checked property was toggled by the user.
Syntax
'Declaration
 
Public ReadOnly Property LastToggledChildTool As RadialMenuTool
public RadialMenuTool LastToggledChildTool {get;}
Remarks

This property returns the last child of this tool which was checked or unchecked by the user, or which was toggled via a simulated user action such as the SetChecked(Boolean,Boolean,Boolean,Boolean) method or setting the Checked property. The last checked tool may be different than the currently checked child tool(s), because the SetChecked method also allows the setting of the Checked property without affecting the parent tool. This is useful for cases where the checked state of the child tool(s) reflects the current state of the application (such as the selected text), but the parent tool's functionality should still act on behalf of the last child tool the user checked.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also