Search results
This component manages hints for all controls in an application, and allows you to customize the tooltip behavior and appearance. For example, you can customize the foreground color, position, time interval passed before a tooltip is shown or hidden. The controller also allows you to assign tooltips to standard or third-party controls.
9 wrz 2022 · Tooltips can be managed by using the ToolTipController component, which provides the hint settings. It allows you to customize hint appearances, specify icons displayed in hints and set the time interval between invoking/hiding hints, etc.
9 mar 2021 · We need some time to research it. In the meantime, you can work around the issue by setting ToolTipLocation to Fixed: C# var args = toolTipController1.CreateShowArgs(); args.Title = "Character is not acceptable"; args.ToolTip = "Please enter the correct number."; args.IconType = ToolTipIconType.Information; args.ImageIndex = -1;
6 paź 2023 · Use the client ASPxClientHint.Show (ASPxClientHintOptions options) method to show a hint at the specified position. JS ASPxClientHint.Show('.hintArea', { title: 'My Title', content: 'My Content', x: 240, y: 45 });
19 mar 2012 · It seems that the Label has no Hint or ToolTip or Hovertext property. So what is the preferred method to show a hint, tooltip, or hover text when the Label is approached by the mouse?
3 lut 2010 · It looks like there is only one way to implement the described behavior - you can try to override the TcxSchedulerHintController.ShowHint (unit cxSchedulerCustomControls) method and change the hint rectangle and then override the CreateHintController function and return your custom TcxSchedulerHintController class.
23 sty 2019 · The ToolTipController component provides settings that enable you to customize the appearance and behavior of hints displayed for controls or their elements. You can customize hint appearance, specify the icon displayed within hints and customize the time intervals that must pass before a hint is invoked or hidden, etc.