Search
DecorationLine.Locked Property
See Also
 



Gets or sets a value indicating whether users are allowed to modify this line.

 Syntax

VB6  Copy Code

Public Property Get Locked() As Boolean
Public Property Let Locked( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_Locked ()
void put_Locked (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Set the property to true when you want to prevent the user from modifying or moving a decoration line.

 See Also