Version

DblClickControl Method (IXamCategoryChartReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Double Click on the Control.", Documentation="Double Click on the Control at [%a1 - %a2, %a3]")>
Sub DblClickControl( _
   Optional ByVal oRegion As System.Object, _
   Optional ByVal oDouble1 As System.Object, _
   Optional ByVal oDouble2 As System.Object _
) 
[TypeInfoMethod(Description="Double Click on the Control.", Documentation="Double Click on the Control at [%a1 - %a2, %a3]")]
void DblClickControl( 
   System.object oRegion,
   System.object oDouble1,
   System.object oDouble2
)
[TypeInfoMethod(Description="Double Click on the Control.", Documentation="Double Click on the Control at [%a1 - %a2, %a3]")]
void DblClickControl( 
   System.Object* oRegion,
   System.Object* oDouble1,
   System.Object* oDouble2
) 

Parameters

oRegion
oDouble1
oDouble2
Requirements

Target Platforms: 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