Version

Remove(AxisType,AxisGroup) Method

Removes an axis from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal type As AxisType, _
   ByVal group As AxisGroup _
) As Boolean
public bool Remove( 
   AxisType type,
   AxisGroup group
)

Parameters

type
The type of the axis.
group
The axis group, defaults to primary.

Return Value

True if the axis was removed, otherwise false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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