Share via


FormProgressControl.securityKey Method

Definition

Overloads

securityKey()

Sets or returns the ID of the security key for the control.

securityKey(Int32)

securityKey()

Sets or returns the ID of the security key for the control.

public override int securityKey();

Returns

The ID of the security key for the control; 0 (zero) if no security key is assigned to the control.

Applies to

securityKey(Int32)

public override int securityKey(int _value);

Parameters

_value
Int32

The ID of the security key to assign to the control; optional.

Returns

Applies to