GUIReadOnly Property (UserDefinedPropertyDefinition)
In This Topic
Gets/Sets a flag which indicates if property is read only in GUI in the project.
Syntax
public bool GUIReadOnly {get; set;}
public:
property bool GUIReadOnly {
bool get();
void set ( bool value);
}
See Also