Gets and sets an indicator to lock an element so it cannot be selected or moved by a user in Edit mode.
public bool Locked {get; set;}
public: __property bool get_Locked();
public: __property void set_Locked(
bool value
);
public:
property bool Locked {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to lock the element. Otherwise,
false is returned.