718
718
<ReturnType >System.Windows.Forms.HighDpiMode</ReturnType >
719
719
</ReturnValue >
720
720
<Docs >
721
- <summary >To be added .</summary >
722
- <value >To be added .</value >
721
+ <summary >Gets the current high DPI mode for the application .</summary >
722
+ <value >One of the enumeration values that indicates the high DPI mode .</value >
723
723
<remarks >To be added.</remarks >
724
724
</Docs >
725
725
</Member >
@@ -1539,9 +1539,10 @@ static class Program
1539
1539
<Parameter Name =" highDpiMode" Type =" System.Windows.Forms.HighDpiMode" Index =" 0" FrameworkAlternate =" netcore-3.0" />
1540
1540
</Parameters >
1541
1541
<Docs >
1542
- <param name =" highDpiMode" >To be added.</param >
1543
- <summary >To be added.</summary >
1544
- <returns >To be added.</returns >
1542
+ <param name =" highDpiMode" >One of the enumeration values that specifies the high DPI mode to set.</param >
1543
+ <summary >Sets the high DPI mode of the process.</summary >
1544
+ <returns >
1545
+ <see langword =" true" /> if the high DPI mode was set; otherwise, <see langword =" false" />.</returns >
1545
1546
<remarks >To be added.</remarks >
1546
1547
</Docs >
1547
1548
</Member >
@@ -1975,9 +1976,19 @@ static class Program
1975
1976
<ReturnType >System.Boolean</ReturnType >
1976
1977
</ReturnValue >
1977
1978
<Docs >
1978
- <summary >To be added.</summary >
1979
- <value >To be added.</value >
1980
- <remarks >To be added.</remarks >
1979
+ <summary >Gets a value that indicates whether visual styles are enabled for the application.</summary >
1980
+ <value ><see langword =" true" /> if visual styles are enabled; otherwise, <see langword =" false" />.</value >
1981
+ <remarks >
1982
+ <format type =" text/markdown" ><![CDATA[
1983
+
1984
+ ## Remarks
1985
+
1986
+ The visual styles can be enabled by calling <xref:System.Windows.Forms.Application.EnableVisualStyles>.
1987
+
1988
+ The visual styles will not be enabled if the OS does not support them, or theming is disabled at the OS level.
1989
+
1990
+ ]]> </format >
1991
+ </remarks >
1981
1992
</Docs >
1982
1993
</Member >
1983
1994
<Member MemberName =" UseWaitCursor" >
@@ -2054,4 +2065,4 @@ static class Program
2054
2065
</Docs >
2055
2066
</Member >
2056
2067
</Members >
2057
- </Type >
2068
+ </Type >
0 commit comments