Version

PerformAction(UltraRadialMenuAction,Boolean,Boolean) Method

Performs the specified action.
Syntax
'Declaration
 
Public Overloads Function PerformAction( _
   ByVal actionCode As UltraRadialMenuAction, _
   ByVal shift As Boolean, _
   ByVal control As Boolean _
) As Boolean
public bool PerformAction( 
   UltraRadialMenuAction actionCode,
   bool shift,
   bool control
)

Parameters

actionCode
The UltraRadialMenuAction constant which identifies the action to perform.
shift
Specifies whether the Shift key was pressed at the time this method was called.
control
Specifies whether the Control key was pressed at the time this method was called.

Return Value

A boolean indicating whether the action was successfully performed; a return value of true signifies success.
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