Home
last modified time | relevance | path

Searched refs:HotTrack (Results 1 – 25 of 85) sorted by relevance

1234

/dports/irc/hexchat/hexchat-2.16.0/src/htm/
H A DMain.Designer.cs89 this.themecolor0.BackColor = System.Drawing.SystemColors.HotTrack; in InitializeComponent()
97 this.themecolor1.BackColor = System.Drawing.SystemColors.HotTrack; in InitializeComponent()
105 this.themecolor2.BackColor = System.Drawing.SystemColors.HotTrack; in InitializeComponent()
113 this.themecolor3.BackColor = System.Drawing.SystemColors.HotTrack; in InitializeComponent()
121 this.themecolor4.BackColor = System.Drawing.SystemColors.HotTrack; in InitializeComponent()
129 this.themecolor5.BackColor = System.Drawing.SystemColors.HotTrack; in InitializeComponent()
137 this.themecolor6.BackColor = System.Drawing.SystemColors.HotTrack; in InitializeComponent()
145 this.themecolor7.BackColor = System.Drawing.SystemColors.HotTrack; in InitializeComponent()
153 this.themecolor8.BackColor = System.Drawing.SystemColors.HotTrack; in InitializeComponent()
161 this.themecolor9.BackColor = System.Drawing.SystemColors.HotTrack; in InitializeComponent()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DSystemColors.cs96 static public Color HotTrack { property in System.Drawing.SystemColors
97 get { return KnownColors.FromKnownColor (KnownColor.HotTrack); }
H A DSystemPens.cs353 public static Pen HotTrack { property in System.Drawing.SystemPens
356 hot_track = new Pen (SystemColors.HotTrack);
H A DKnownColor.cs48 HotTrack = 15, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DSystemColors.cs33 public static Color HotTrack => ColorUtil.FromKnownColor(KnownColor.HotTrack); field in System.Drawing.SystemColors
H A DSystemBrushes.cs37 public static Brush HotTrack => FromSystemColor(SystemColors.HotTrack); field in System.Drawing.SystemBrushes
H A DSystemPens.cs38 public static Pen HotTrack => FromSystemColor(SystemColors.HotTrack); field in System.Drawing.SystemPens
H A DColorTranslator.cs81 case KnownColor.HotTrack: in ToOle()
160 return ColorUtil.FromKnownColor(KnownColor.HotTrack); in FromOle()
319 case KnownColor.HotTrack: in ToHtml()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/
H A DSystemBrushesTests.cs34 yield return Brush(() => SystemBrushes.HotTrack, SystemColors.HotTrack); in SystemBrushes_TestData()
H A DSystemPensTest.cs34 yield return Pen(() => SystemPens.HotTrack, SystemColors.HotTrack); in SystemPens_TestData()
H A DColorTranslatorTests.cs34 yield return (unchecked((int)0x8000001A), SystemColors.HotTrack); in SystemColors_TestData()
254 yield return new object[] { SystemColors.HotTrack, "highlight" }; in ToHtml_TestData()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/user32/
H A DInterop.Win32SystemColors.cs30 HotTrack = 0x1A, enumerator
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/app/demo_listbox_delphi/
H A DUnit1.pas48 L.HotTrack:= true;
/dports/editors/lazarus/lazarus/ide/
H A Dcomppagespopup.lfm34 HotTrack = True
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dcomppagespopup.lfm34 HotTrack = True
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dcomppagespopup.lfm34 HotTrack = True
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dcomppagespopup.lfm34 HotTrack = True
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/app/demo_listbox/
H A Dunit1.pas166 list.HotTrack:= chkHotTrack.Checked;
215 if list.HotTrack and (AIndex=list.HotTrackIndex) then
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Drawing/
H A DKnownColorTable.cs239 values[(int)KnownColor.HotTrack] = "HotTrack"; in InitColorNameTable()
454 …colorTable[(int)KnownColor.HotTrack] = SystemColorToArgb((int)Interop.User32.Win32SystemColors.Hot… in UpdateSystemColors()
489 colorTable[(int)KnownColor.HotTrack] = unchecked((int)0xFF000080); in UpdateSystemColors()
H A DKnownColor.cs94 HotTrack, enumerator
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dactionseditorstd.lfm45 HotTrack = True
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dactionseditorstd.lfm45 HotTrack = True
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dactionseditorstd.lfm45 HotTrack = True
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dactionseditorstd.lfm45 HotTrack = True
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/atflatcontrols/
H A Datstatusbar.pas74 property HotTrack: boolean read FHotTrack write FHotTrack default false; property
590 bHottrack:= bHottrackUsed and D.HotTrack and PtInRect(PanelRect, PntMouse);
729 Data.HotTrack:= AHotTrack;
912 if GetPanelData(i).HotTrack then

1234