Skybound VisualTips

VisualTipProvider.Shadow Property

Gets or sets a value that determines whether a visual tip has a shadow.

[Visual Basic]
Public Property Shadow As VisualTipShadow
[C#]
public VisualTipShadow Shadow {get; set;}

Property Value

One of the VisualTipShadow values that determines whether a visual tip has a shadow.

Remarks

Shadows are not supported on Windows 98 and ME.

Exceptions

Exception Type Condition
InvalidEnumArgumentException The value assigned to the property is not a valid member of the VisualTipShadow enumeration.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace