ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / HasShadow Property

In This Topic
    HasShadow Property (DropDownFormBase)
    In This Topic
    Gets or sets a flag indicating if the drop down form has a shadow displayed.
    Syntax
    'Declaration
     
    Protected Property HasShadow As System.Boolean
    protected System.bool HasShadow {get; set;}
    See Also