Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / ImageOnly Class / ImageForSelection Property

In This Topic
    ImageForSelection Property
    In This Topic
    Gets or sets the image used when the label is selected.
    Syntax
    'Declaration
     
    Public Property ImageForSelection As Bitmap
    public Bitmap ImageForSelection {get; set;}
    Remarks
    If no image is provided, the label is drawn in negative colors when selected.
    See Also