ObjectManipulatorPartProperties.Selectable Property

if true, the part is selectable and is drawn with its Color, else it's not selectable and drawn with grey color.
Public Property Selectable() As Boolean
This language is not supported or no code example is available.
public bool Selectable {get; set;}
This language is not supported or no code example is available.

Property Value

bool
Remarks
 
You need to call the Environment.CompileUserInterfaceElements to see the effect of your changes at run-time.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition