Skip to main content

NavBarCustomDrawHintEventArgs(NavBarHintInfo, PaintEventArgs, Rectangle) Constructor

Initializes a new instance of the NavBarCustomDrawHintEventArgs class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public NavBarCustomDrawHintEventArgs(
    NavBarHintInfo hintInfo,
    PaintEventArgs args,
    Rectangle bounds
)

Parameters

Name Type Description
hintInfo DevExpress.XtraNavBar.ViewInfo.NavBarHintInfo

A DevExpress.XtraNavBar.ViewInfo.NavBarHintInfo object containing information on the NavBarControl’s element for which the event was fired. This value is assigned to the NavBarCustomHintEventArgs.HintInfo property.

args PaintEventArgs

A PaintEventArgs object containing painting information. This value is assigned to the NavBarCustomDrawHintEventArgs.PaintArgs property.

bounds Rectangle

A Rectangle structure specifying the hint region’s bounds. This value is assigned to the NavBarCustomDrawHintEventArgs.Bounds property.

See Also