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

In This Topic
    Visible Property (ObjectManipulatorPartProperties)
    In This Topic
    Gets or sets the visibility of the part.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also