[This is preliminary documentation and is subject to change.]
When overiden in derived class gets value indicationg if value of the
AllowItemCancel can be changed
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public abstract bool IsAllowItemCancelLocked { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property IsAllowItemCancelLocked As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool IsAllowItemCancelLocked {
bool get () abstract;
} |
| F# |
|---|
abstract IsAllowItemCancelLocked : bool
|
| JScript |
|---|
abstract function get IsAllowItemCancelLocked () : boolean
|
Return Value
True when value of the
AllowItemCancel cannot be changed; false if it can.
Remarks
See Also