You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/System.Windows.Forms/System/Windows/Forms/Controls/PropertyGrid/PropertyGridInternal/DropDownButton.cs
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,20 @@ public DropDownButton()
18
18
SetAccessibleName();
19
19
}
20
20
21
-
// If a control uses it needs it in the context of rendering
22
-
// something in dark mode - this flag needs to be set.
21
+
/// <summary>
22
+
/// Indicates whether the control should be rendered in dark mode.
23
+
/// Set this property if you use this class for a control in dark mode.
24
+
/// </summary>
23
25
publicboolRequestDarkModeRendering{get;set;}
24
26
27
+
/// <summary>
28
+
/// Gets or sets the style used for rendering the control button.
0 commit comments