Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewCubeIcon Class / Enabled Property

In This Topic
    Enabled Property (ViewCubeIcon)
    In This Topic
    Gets or sets the enabled status.
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    Remarks
    If false and ViewCubeIcon.Visible is true, the ViewCubeICon is drawn with transparency and is not selectable.
    See Also