Share via


FormActiveXControl.rTLCapable Method

Definition

Overloads

rTLCapable()
rTLCapable(Boolean)

rTLCapable()

public:
 virtual bool rTLCapable();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool rTLCapable ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member rTLCapable : unit -> bool
override this.rTLCapable : unit -> bool
Public Overridable Function rTLCapable () As Boolean

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

rTLCapable(Boolean)

public:
 virtual bool rTLCapable(bool _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool rTLCapable (bool _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member rTLCapable : bool -> bool
override this.rTLCapable : bool -> bool
Public Overridable Function rTLCapable (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to