FormButtonSeparatorControl.securityKey Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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();public override int securityKey();override this.securityKey : unit -> intPublic Overrides Function securityKey () As IntegerReturns
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);public override int securityKey(int _value);override this.securityKey : int -> intPublic Overrides Function securityKey (_value As Integer) As IntegerParameters
- _value
- Int32
The ID of the security key to assign to the control; optional.