Back to Devexpress

RibbonControl.CreateToolTipControl(String) Method

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-dot-createtooltipcontrol-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

RibbonControl.CreateToolTipControl(String) Method

For internal use only.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public UIElement CreateToolTipControl(
    string text
)
vb
Public Function CreateToolTipControl(
    text As String
) As UIElement

Parameters

NameType
textString

Returns

Type
UIElement

Remarks

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

See Also

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace