[This is preliminary documentation and is subject to change.]

Gets value indicationg if value of the AllowItemCancel can be changed

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public override sealed bool IsAllowItemCancelLocked { get; }
Visual Basic
Public Overrides NotOverridable ReadOnly Property IsAllowItemCancelLocked As Boolean
	Get
Visual C++
public:
virtual property bool IsAllowItemCancelLocked {
	bool get () override sealed;
}
F#
abstract IsAllowItemCancelLocked : bool
override IsAllowItemCancelLocked : bool
JScript
override final function get IsAllowItemCancelLocked () : boolean

Return Value

True when value of the AllowItemCancel cannot be changed; false if it can.

Remarks

Value of this property can be set to true by calling LockAllowItemCancel()()()()

See Also

Collapse/expand Version History

1.5.2

  • Property introduced