Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ObjectManipulatorPartProperties Class / Selectable Property

In This Topic
    Selectable Property (ObjectManipulatorPartProperties)
    In This Topic
    if true, the part is selectable and is drawn with its Color, else it's not selectable and drawn with grey color.
    Syntax
    'Declaration
     
    Public Property Selectable As Boolean
    public bool Selectable {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also