[This is preliminary documentation and is subject to change.]
Namespace: Tools.CollectionsT.GenericTAssembly: 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
See Also
Version History