Back to Devexpress

NavBarCustomHintEventArgs Class

windowsforms-devexpress-dot-xtranavbar-8c6a3081.md

latest2.0 KB
Original Source

NavBarCustomHintEventArgs Class

Serves as the base class for objects which provide data for hint related events.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public class NavBarCustomHintEventArgs :
    EventArgs
vb
Public Class NavBarCustomHintEventArgs
    Inherits EventArgs

Remarks

The NavBarCustomHintEventArgs class encapsulates the basic functionality of classes that provide data for hint related events. It introduces the NavBarCustomHintEventArgs.Group and NavBarCustomHintEventArgs.Link properties to determine the group and link for which a hint is displayed.

Inheritance

Object EventArgs NavBarCustomHintEventArgs NavBarCalcHintSizeEventArgs

NavBarCustomDrawHintEventArgs

NavBarGetHintEventArgs

See Also

NavBarCustomHintEventArgs Members

CustomDrawHint

GetHint

CalcHintSize

DevExpress.XtraNavBar Namespace