|
1 |
| -<Type Name="ApplyApplicationDefaultsEventArgs" FullName="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs"> |
2 |
| - <TypeSignature Language="C#" Value="public class ApplyApplicationDefaultsEventArgs : EventArgs" /> |
3 |
| - <TypeSignature Language="ILAsm" Value=".class public auto ansi ApplyApplicationDefaultsEventArgs extends System.EventArgs" /> |
4 |
| - <TypeSignature Language="DocId" Value="T:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs" /> |
5 |
| - <TypeSignature Language="VB.NET" Value="Public Class ApplyApplicationDefaultsEventArgs
Inherits EventArgs" /> |
6 |
| - <TypeSignature Language="F#" Value="type ApplyApplicationDefaultsEventArgs = class
 inherit EventArgs" /> |
7 |
| - <TypeSignature Language="C++ CLI" Value="public ref class ApplyApplicationDefaultsEventArgs : EventArgs" /> |
8 |
| - <AssemblyInfo> |
9 |
| - <AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName> |
10 |
| - <AssemblyVersion>6.0.0.0</AssemblyVersion> |
11 |
| - </AssemblyInfo> |
12 |
| - <Base> |
13 |
| - <BaseTypeName>System.EventArgs</BaseTypeName> |
14 |
| - </Base> |
15 |
| - <Interfaces /> |
16 |
| - <Attributes> |
17 |
| - <Attribute> |
18 |
| - <AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]</AttributeName> |
19 |
| - <AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]</AttributeName> |
20 |
| - </Attribute> |
21 |
| - <Attribute> |
22 |
| - <AttributeName Language="C#">[System.Runtime.InteropServices.ComVisible(false)]</AttributeName> |
23 |
| - <AttributeName Language="F#">[<System.Runtime.InteropServices.ComVisible(false)>]</AttributeName> |
24 |
| - </Attribute> |
25 |
| - </Attributes> |
26 |
| - <Docs> |
27 |
| - <summary>Provides context for the ApplyApplicationDefaults event.</summary> |
28 |
| - <remarks>To be added.</remarks> |
29 |
| - </Docs> |
30 |
| - <Members> |
31 |
| - <Member MemberName="Font"> |
32 |
| - <MemberSignature Language="C#" Value="public System.Drawing.Font Font { get; set; }" /> |
33 |
| - <MemberSignature Language="ILAsm" Value=".property instance class System.Drawing.Font Font" /> |
34 |
| - <MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.Font" /> |
35 |
| - <MemberSignature Language="VB.NET" Value="Public Property Font As Font" /> |
36 |
| - <MemberSignature Language="F#" Value="member this.Font : System.Drawing.Font with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.Font" /> |
37 |
| - <MemberSignature Language="C++ CLI" Value="public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };" /> |
38 |
| - <MemberType>Property</MemberType> |
39 |
| - <AssemblyInfo> |
40 |
| - <AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName> |
41 |
| - <AssemblyVersion>6.0.0.0</AssemblyVersion> |
42 |
| - </AssemblyInfo> |
43 |
| - <ReturnValue> |
44 |
| - <ReturnType>System.Drawing.Font</ReturnType> |
45 |
| - </ReturnValue> |
46 |
| - <Docs> |
47 |
| - <summary>Gets or sets the default font for Forms and UserControls application-wide. If this property is not written, or the event is not handled, the default font for Forms and UserControls is set by the system.</summary> |
48 |
| - <value>To be added.</value> |
49 |
| - <remarks> |
| 1 | +<Type Name="ApplyApplicationDefaultsEventArgs" FullName="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs"> |
| 2 | + <TypeSignature Language="C#" Value="public class ApplyApplicationDefaultsEventArgs : EventArgs" /> |
| 3 | + <TypeSignature Language="ILAsm" Value=".class public auto ansi ApplyApplicationDefaultsEventArgs extends System.EventArgs" /> |
| 4 | + <TypeSignature Language="DocId" Value="T:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs" /> |
| 5 | + <TypeSignature Language="VB.NET" Value="Public Class ApplyApplicationDefaultsEventArgs
Inherits EventArgs" /> |
| 6 | + <TypeSignature Language="F#" Value="type ApplyApplicationDefaultsEventArgs = class
 inherit EventArgs" /> |
| 7 | + <TypeSignature Language="C++ CLI" Value="public ref class ApplyApplicationDefaultsEventArgs : EventArgs" /> |
| 8 | + <AssemblyInfo> |
| 9 | + <AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName> |
| 10 | + <AssemblyVersion>6.0.0.0</AssemblyVersion> |
| 11 | + </AssemblyInfo> |
| 12 | + <Base> |
| 13 | + <BaseTypeName>System.EventArgs</BaseTypeName> |
| 14 | + </Base> |
| 15 | + <Interfaces /> |
| 16 | + <Attributes> |
| 17 | + <Attribute> |
| 18 | + <AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]</AttributeName> |
| 19 | + <AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]</AttributeName> |
| 20 | + </Attribute> |
| 21 | + <Attribute> |
| 22 | + <AttributeName Language="C#">[System.Runtime.InteropServices.ComVisible(false)]</AttributeName> |
| 23 | + <AttributeName Language="F#">[<System.Runtime.InteropServices.ComVisible(false)>]</AttributeName> |
| 24 | + </Attribute> |
| 25 | + </Attributes> |
| 26 | + <Docs> |
| 27 | + <summary>Provides context for the ApplyApplicationDefaults event.</summary> |
| 28 | + <remarks>To be added.</remarks> |
| 29 | + </Docs> |
| 30 | + <Members> |
| 31 | + <Member MemberName="Font"> |
| 32 | + <MemberSignature Language="C#" Value="public System.Drawing.Font Font { get; set; }" /> |
| 33 | + <MemberSignature Language="ILAsm" Value=".property instance class System.Drawing.Font Font" /> |
| 34 | + <MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.Font" /> |
| 35 | + <MemberSignature Language="VB.NET" Value="Public Property Font As Font" /> |
| 36 | + <MemberSignature Language="F#" Value="member this.Font : System.Drawing.Font with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.Font" /> |
| 37 | + <MemberSignature Language="C++ CLI" Value="public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };" /> |
| 38 | + <MemberType>Property</MemberType> |
| 39 | + <AssemblyInfo> |
| 40 | + <AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName> |
| 41 | + <AssemblyVersion>6.0.0.0</AssemblyVersion> |
| 42 | + </AssemblyInfo> |
| 43 | + <ReturnValue> |
| 44 | + <ReturnType>System.Drawing.Font</ReturnType> |
| 45 | + </ReturnValue> |
| 46 | + <Docs> |
| 47 | + <summary>Gets or sets the default font for Forms and UserControls application-wide. If this property is not written, or the event is not handled, the default font for Forms and UserControls is set by the system.</summary> |
| 48 | + <value>To be added.</value> |
| 49 | + <remarks> |
50 | 50 | <format type="text/markdown"><![CDATA[
|
51 | 51 |
|
52 | 52 | ## Remarks
|
53 | 53 |
|
54 | 54 | When the ApplyApplicationDefault event is raised, this property contains nothing. A new default Font for the
|
55 | 55 | application is applied by setting this property with a value other than nothing.
|
56 | 56 |
|
57 |
| - ]]></format> |
58 |
| - </remarks> |
59 |
| - </Docs> |
60 |
| - </Member> |
61 |
| - <Member MemberName="HighDpiMode"> |
62 |
| - <MemberSignature Language="C#" Value="public System.Windows.Forms.HighDpiMode HighDpiMode { get; set; }" /> |
63 |
| - <MemberSignature Language="ILAsm" Value=".property instance valuetype System.Windows.Forms.HighDpiMode HighDpiMode" /> |
64 |
| - <MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.HighDpiMode" /> |
65 |
| - <MemberSignature Language="VB.NET" Value="Public Property HighDpiMode As HighDpiMode" /> |
66 |
| - <MemberSignature Language="F#" Value="member this.HighDpiMode : System.Windows.Forms.HighDpiMode with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.HighDpiMode" /> |
67 |
| - <MemberSignature Language="C++ CLI" Value="public:
 property System::Windows::Forms::HighDpiMode HighDpiMode { System::Windows::Forms::HighDpiMode get(); void set(System::Windows::Forms::HighDpiMode value); };" /> |
68 |
| - <MemberType>Property</MemberType> |
69 |
| - <AssemblyInfo> |
70 |
| - <AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName> |
71 |
| - <AssemblyVersion>6.0.0.0</AssemblyVersion> |
72 |
| - </AssemblyInfo> |
73 |
| - <ReturnValue> |
74 |
| - <ReturnType>System.Windows.Forms.HighDpiMode</ReturnType> |
75 |
| - </ReturnValue> |
76 |
| - <Docs> |
77 |
| - <summary>Gets or sets the general <see cref="T:System.Windows.Forms.HighDpiMode" /> for the application.</summary> |
78 |
| - <value>The general <see cref="T:System.Windows.Forms.HighDpiMode" /> for the application. The default value is <see cref="F:System.Windows.Forms.HighDpiMode.SystemAware" />.</value> |
79 |
| - <remarks> |
| 57 | + ]]></format> |
| 58 | + </remarks> |
| 59 | + </Docs> |
| 60 | + </Member> |
| 61 | + <Member MemberName="HighDpiMode"> |
| 62 | + <MemberSignature Language="C#" Value="public System.Windows.Forms.HighDpiMode HighDpiMode { get; set; }" /> |
| 63 | + <MemberSignature Language="ILAsm" Value=".property instance valuetype System.Windows.Forms.HighDpiMode HighDpiMode" /> |
| 64 | + <MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.HighDpiMode" /> |
| 65 | + <MemberSignature Language="VB.NET" Value="Public Property HighDpiMode As HighDpiMode" /> |
| 66 | + <MemberSignature Language="F#" Value="member this.HighDpiMode : System.Windows.Forms.HighDpiMode with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.HighDpiMode" /> |
| 67 | + <MemberSignature Language="C++ CLI" Value="public:
 property System::Windows::Forms::HighDpiMode HighDpiMode { System::Windows::Forms::HighDpiMode get(); void set(System::Windows::Forms::HighDpiMode value); };" /> |
| 68 | + <MemberType>Property</MemberType> |
| 69 | + <AssemblyInfo> |
| 70 | + <AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName> |
| 71 | + <AssemblyVersion>6.0.0.0</AssemblyVersion> |
| 72 | + </AssemblyInfo> |
| 73 | + <ReturnValue> |
| 74 | + <ReturnType>System.Windows.Forms.HighDpiMode</ReturnType> |
| 75 | + </ReturnValue> |
| 76 | + <Docs> |
| 77 | + <summary>Gets or sets the general <see cref="T:System.Windows.Forms.HighDpiMode" /> for the application.</summary> |
| 78 | + <value>The general <see cref="T:System.Windows.Forms.HighDpiMode" /> for the application. The default value is <see cref="F:System.Windows.Forms.HighDpiMode.SystemAware" />.</value> |
| 79 | + <remarks> |
80 | 80 | <format type="text/markdown"><![CDATA[
|
81 | 81 |
|
82 | 82 | ## Remarks
|
83 | 83 |
|
84 | 84 | The default value for this property is SystemAware.
|
85 | 85 |
|
86 |
| - ]]></format> |
87 |
| - </remarks> |
88 |
| - </Docs> |
89 |
| - </Member> |
90 |
| - <Member MemberName="MinimumSplashScreenDisplayTime"> |
91 |
| - <MemberSignature Language="C#" Value="public int MinimumSplashScreenDisplayTime { get; set; }" /> |
92 |
| - <MemberSignature Language="ILAsm" Value=".property instance int32 MinimumSplashScreenDisplayTime" /> |
93 |
| - <MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.MinimumSplashScreenDisplayTime" /> |
94 |
| - <MemberSignature Language="VB.NET" Value="Public Property MinimumSplashScreenDisplayTime As Integer" /> |
95 |
| - <MemberSignature Language="F#" Value="member this.MinimumSplashScreenDisplayTime : int with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.MinimumSplashScreenDisplayTime" /> |
96 |
| - <MemberSignature Language="C++ CLI" Value="public:
 property int MinimumSplashScreenDisplayTime { int get(); void set(int value); };" /> |
97 |
| - <MemberType>Property</MemberType> |
98 |
| - <AssemblyInfo> |
99 |
| - <AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName> |
100 |
| - <AssemblyVersion>6.0.0.0</AssemblyVersion> |
101 |
| - </AssemblyInfo> |
102 |
| - <ReturnValue> |
103 |
| - <ReturnType>System.Int32</ReturnType> |
104 |
| - </ReturnValue> |
105 |
| - <Docs> |
106 |
| - <summary>Gets or sets the minimum time, in milliseconds, that an application's Splash dialog is displayed.</summary> |
107 |
| - |
108 |
| - <value>To be added.</value> |
109 |
| - <remarks>To be added.</remarks> |
110 |
| - </Docs> |
111 |
| - </Member> |
112 |
| - </Members> |
113 |
| -</Type> |
| 86 | + ]]></format> |
| 87 | + </remarks> |
| 88 | + </Docs> |
| 89 | + </Member> |
| 90 | + <Member MemberName="MinimumSplashScreenDisplayTime"> |
| 91 | + <MemberSignature Language="C#" Value="public int MinimumSplashScreenDisplayTime { get; set; }" /> |
| 92 | + <MemberSignature Language="ILAsm" Value=".property instance int32 MinimumSplashScreenDisplayTime" /> |
| 93 | + <MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.MinimumSplashScreenDisplayTime" /> |
| 94 | + <MemberSignature Language="VB.NET" Value="Public Property MinimumSplashScreenDisplayTime As Integer" /> |
| 95 | + <MemberSignature Language="F#" Value="member this.MinimumSplashScreenDisplayTime : int with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.MinimumSplashScreenDisplayTime" /> |
| 96 | + <MemberSignature Language="C++ CLI" Value="public:
 property int MinimumSplashScreenDisplayTime { int get(); void set(int value); };" /> |
| 97 | + <MemberType>Property</MemberType> |
| 98 | + <AssemblyInfo> |
| 99 | + <AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName> |
| 100 | + <AssemblyVersion>6.0.0.0</AssemblyVersion> |
| 101 | + </AssemblyInfo> |
| 102 | + <ReturnValue> |
| 103 | + <ReturnType>System.Int32</ReturnType> |
| 104 | + </ReturnValue> |
| 105 | + <Docs> |
| 106 | + <summary>Gets or sets the minimum time, in milliseconds, that an application's Splash dialog is displayed.</summary> |
| 107 | + <value>To be added.</value> |
| 108 | + <remarks>To be added.</remarks> |
| 109 | + </Docs> |
| 110 | + </Member> |
| 111 | + </Members> |
| 112 | +</Type> |
0 commit comments