MoveableDecoratorHostShape.CanSelect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MoveableDecoratorHostShape can be selected by the user, if it is moveable.
public:
virtual property bool CanSelect { bool get(); };
public override bool CanSelect { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.CanSelect : bool
Public Overrides ReadOnly Property CanSelect As Boolean
Property Value
- Attributes