Locked Property (DisplayFormat)
Gets a value that indicates if the associated
DisplayFormat object is locked as it is displayed in the current user interface.
public bool Locked {get;}
'Declaration
Public ReadOnly Property Locked As Boolean
'Usage
Dim instance As DisplayFormat
Dim value As Boolean
value = instance.Locked
Property Value
true
if the associated
DisplayFormat object is locked; otherwise,
false
.