ExtendedFlags Property
ExtendedFlags
Extended flags that control behaviors on either a slot or global basis.
C#
public override ExtendedFlags ExtendedFlags { get; set; }
Property Value
Type | Description |
---|---|
ExtendedFlags |
Overrides
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Thrown if an invalid flag set is specified. |
Remarks
AllowUpdate | |
Dormant | |
FastTrigger | |
InvertLed | |
SerialNumberApiVisible | |
SerialNumberButtonVisible | |
SerialNumberUsbVisible | |
UseNumericKeypad |
The AllowUpdate flag must be present if the slot is to remain updatable. Failure to set this flag will effectively make the configuration read-only, until a brand new, unrelated configuration overwrites it.