ShapeElement.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.
Gets a value indicating whether the user is allowed to select the ShapeElement.
public:
virtual property bool CanSelect { bool get(); };
public virtual bool CanSelect { get; }
member this.CanSelect : bool
Public Overridable ReadOnly Property CanSelect As Boolean