30 references to TOOLTIP_FLAGS
System.Windows.Forms (25)
System\Windows\Forms\Control.cs (1)
12934
internal virtual ToolInfoWrapper<Control> GetToolInfoWrapper(
TOOLTIP_FLAGS
flags, string? caption, ToolTip tooltip)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30048
ttt->uFlags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
System\Windows\Forms\Controls\ListView\ListView.cs (1)
3514
internal override unsafe ToolInfoWrapper<Control> GetToolInfoWrapper(
TOOLTIP_FLAGS
flags, string? caption, ToolTip tooltip)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (2)
97
=> new(c,
TOOLTIP_FLAGS
.TTF_TRANSPARENT |
TOOLTIP_FLAGS
.TTF_SUBCLASS, _toolTipText);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1958
ttt->uFlags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2887
internal override unsafe ToolInfoWrapper<Control> GetToolInfoWrapper(
TOOLTIP_FLAGS
flags, string? caption, ToolTip tooltip)
2969
ttt->uFlags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (4)
56
ToolInfoWrapper<ErrorWindow> toolInfo = new(this, item.Id,
TOOLTIP_FLAGS
.TTF_SUBCLASS, item.Error);
345
TOOLTIP_FLAGS
flags =
TOOLTIP_FLAGS
.TTF_SUBCLASS;
348
flags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
System\Windows\Forms\ToolTip\ToolTip.cs (13)
978
TOOLTIP_FLAGS
flags =
TOOLTIP_FLAGS
.TTF_TRANSPARENT |
TOOLTIP_FLAGS
.TTF_SUBCLASS;
985
flags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
993
TOOLTIP_FLAGS
flags =
TOOLTIP_FLAGS
.TTF_TRANSPARENT |
TOOLTIP_FLAGS
.TTF_SUBCLASS;
1002
flags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
1799
TOOLTIP_FLAGS
flags =
TOOLTIP_FLAGS
.TTF_TRACK;
1802
flags |=
TOOLTIP_FLAGS
.TTF_ABSOLUTE;
1850
toolInfo.Info.uFlags |=
TOOLTIP_FLAGS
.TTF_TRACK;
1854
toolInfo.Info.uFlags |=
TOOLTIP_FLAGS
.TTF_ABSOLUTE;
System.Windows.Forms.Primitives (5)
_generated\364\Windows.Win32.NMTTDISPINFOW.g.cs (1)
61
internal winmdroot.UI.Controls.
TOOLTIP_FLAGS
uFlags;
_generated\549\Windows.Win32.TTTOOLINFOW.g.cs (1)
38
internal winmdroot.UI.Controls.
TOOLTIP_FLAGS
uFlags;
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (3)
16
public ToolInfoWrapper(T handle,
TOOLTIP_FLAGS
flags = default, string? text = null)
17
: this(handle, handle.Handle, flags |
TOOLTIP_FLAGS
.TTF_IDISHWND, text)
21
public ToolInfoWrapper(T handle, nint id,
TOOLTIP_FLAGS
flags = default, string? text = null, RECT rect = default)