Action
Tests whether the property in a .NET property grid control is read only.
Syntax
bIsRead = IsReadOnly (sPropName)
Variable
|
Description
|
bIsRead
|
TRUE if the row is read only, FALSE if it is not.
BOOLEAN.
|
sPropName
|
The name of the property in the property grid.
STRING.
|