Back to Devexpress

SuperToolTip.LookAndFeel Property

windowsforms-devexpress-dot-utils-dot-supertooltip-5c4abe5a.md

latest1.3 KB
Original Source

SuperToolTip.LookAndFeel Property

This class does not support this property.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public UserLookAndFeel LookAndFeel { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

A UserLookAndFeel object.

|

Remarks

This property supports the internal infrastructure and is not intended to be used directly from your code.

See Also

SuperToolTip Class

SuperToolTip Members

DevExpress.Utils Namespace