|
1 | 1 | #nullable enable
|
2 | 2 | [WFO5001]static System.Windows.Forms.Application.SetColorMode(System.Windows.Forms.SystemColorMode systemColorMode) -> void
|
3 | 3 | [WFO5001]System.Windows.Forms.ControlStyles.ApplyThemingImplicitly = 524288 -> System.Windows.Forms.ControlStyles
|
| 4 | +[WFO5001]System.Windows.Forms.Form.FormBorderColorChanged -> System.EventHandler? |
| 5 | +[WFO5001]System.Windows.Forms.Form.FormCaptionBackColorChanged -> System.EventHandler? |
| 6 | +[WFO5001]System.Windows.Forms.Form.FormCaptionTextColorChanged -> System.EventHandler? |
| 7 | +[WFO5001]System.Windows.Forms.Form.FormCornerPreferenceChanged -> System.EventHandler? |
| 8 | +[WFO5001]System.Windows.Forms.FormCornerPreference |
| 9 | +[WFO5001]System.Windows.Forms.FormCornerPreference.Default = 0 -> System.Windows.Forms.FormCornerPreference |
| 10 | +[WFO5001]System.Windows.Forms.FormCornerPreference.DoNotRound = 1 -> System.Windows.Forms.FormCornerPreference |
| 11 | +[WFO5001]System.Windows.Forms.FormCornerPreference.Round = 2 -> System.Windows.Forms.FormCornerPreference |
| 12 | +[WFO5001]System.Windows.Forms.FormCornerPreference.RoundSmall = 3 -> System.Windows.Forms.FormCornerPreference |
4 | 13 | [WFO5001]System.Windows.Forms.SystemColorMode
|
5 | 14 | [WFO5001]System.Windows.Forms.SystemColorMode.Classic = 0 -> System.Windows.Forms.SystemColorMode
|
6 | 15 | [WFO5001]System.Windows.Forms.SystemColorMode.Dark = 2 -> System.Windows.Forms.SystemColorMode
|
7 | 16 | [WFO5001]System.Windows.Forms.SystemColorMode.System = 1 -> System.Windows.Forms.SystemColorMode
|
| 17 | +[WFO5001]virtual System.Windows.Forms.Form.OnFormBorderColorChanged(System.EventArgs! e) -> void |
| 18 | +[WFO5001]virtual System.Windows.Forms.Form.OnFormCaptionBackColorChanged(System.EventArgs! e) -> void |
| 19 | +[WFO5001]virtual System.Windows.Forms.Form.OnFormCaptionTextColorChanged(System.EventArgs! e) -> void |
| 20 | +[WFO5001]virtual System.Windows.Forms.Form.OnFormCornerPreferenceChanged(System.EventArgs! e) -> void |
8 | 21 | [WFO5002]static System.Windows.Forms.TaskDialog.ShowDialogAsync(nint hwndOwner, System.Windows.Forms.TaskDialogPage! page, System.Windows.Forms.TaskDialogStartupLocation startupLocation = System.Windows.Forms.TaskDialogStartupLocation.CenterOwner) -> System.Threading.Tasks.Task<System.Windows.Forms.TaskDialogButton!>!
|
9 | 22 | [WFO5002]static System.Windows.Forms.TaskDialog.ShowDialogAsync(System.Windows.Forms.IWin32Window! owner, System.Windows.Forms.TaskDialogPage! page, System.Windows.Forms.TaskDialogStartupLocation startupLocation = System.Windows.Forms.TaskDialogStartupLocation.CenterOwner) -> System.Threading.Tasks.Task<System.Windows.Forms.TaskDialogButton!>!
|
10 | 23 | [WFO5002]static System.Windows.Forms.TaskDialog.ShowDialogAsync(System.Windows.Forms.TaskDialogPage! page, System.Windows.Forms.TaskDialogStartupLocation startupLocation = System.Windows.Forms.TaskDialogStartupLocation.CenterScreen) -> System.Threading.Tasks.Task<System.Windows.Forms.TaskDialogButton!>!
|
@@ -655,6 +668,7 @@ override System.Windows.Forms.DataGridView.BackgroundImageLayout.set -> void
|
655 | 668 | override System.Windows.Forms.DataGridView.CanEnableIme.get -> bool
|
656 | 669 | override System.Windows.Forms.DataGridView.CreateAccessibilityInstance() -> System.Windows.Forms.AccessibleObject!
|
657 | 670 | override System.Windows.Forms.DataGridView.CreateControlsInstance() -> System.Windows.Forms.Control.ControlCollection!
|
| 671 | +override System.Windows.Forms.DataGridView.CreateParams.get -> System.Windows.Forms.CreateParams! |
658 | 672 | override System.Windows.Forms.DataGridView.DataGridViewAccessibleObject.GetChild(int index) -> System.Windows.Forms.AccessibleObject?
|
659 | 673 | override System.Windows.Forms.DataGridView.DataGridViewAccessibleObject.GetChildCount() -> int
|
660 | 674 | override System.Windows.Forms.DataGridView.DataGridViewAccessibleObject.GetFocused() -> System.Windows.Forms.AccessibleObject?
|
@@ -1930,6 +1944,7 @@ override System.Windows.Forms.TabPage.BackColor.get -> System.Drawing.Color
|
1930 | 1944 | override System.Windows.Forms.TabPage.BackColor.set -> void
|
1931 | 1945 | override System.Windows.Forms.TabPage.CreateAccessibilityInstance() -> System.Windows.Forms.AccessibleObject!
|
1932 | 1946 | override System.Windows.Forms.TabPage.CreateControlsInstance() -> System.Windows.Forms.Control.ControlCollection!
|
| 1947 | +override System.Windows.Forms.TabPage.CreateParams.get -> System.Windows.Forms.CreateParams! |
1933 | 1948 | override System.Windows.Forms.TabPage.Dock.get -> System.Windows.Forms.DockStyle
|
1934 | 1949 | override System.Windows.Forms.TabPage.Dock.set -> void
|
1935 | 1950 | override System.Windows.Forms.TabPage.MaximumSize.get -> System.Drawing.Size
|
@@ -7060,6 +7075,8 @@ System.Windows.Forms.Form.FormClosed -> System.Windows.Forms.FormClosedEventHand
|
7060 | 7075 | System.Windows.Forms.Form.FormClosing -> System.Windows.Forms.FormClosingEventHandler?
|
7061 | 7076 | System.Windows.Forms.Form.FormCornerPreference.get -> System.Windows.Forms.FormCornerPreference
|
7062 | 7077 | System.Windows.Forms.Form.FormCornerPreference.set -> void
|
| 7078 | +System.Windows.Forms.Form.FormScreenCaptureMode.get -> System.Windows.Forms.ScreenCaptureMode |
| 7079 | +System.Windows.Forms.Form.FormScreenCaptureMode.set -> void |
7063 | 7080 | System.Windows.Forms.Form.HelpButton.get -> bool
|
7064 | 7081 | System.Windows.Forms.Form.HelpButton.set -> void
|
7065 | 7082 | System.Windows.Forms.Form.HelpButtonClicked -> System.ComponentModel.CancelEventHandler?
|
@@ -9740,6 +9757,10 @@ System.Windows.Forms.Screen.Bounds.get -> System.Drawing.Rectangle
|
9740 | 9757 | System.Windows.Forms.Screen.DeviceName.get -> string!
|
9741 | 9758 | System.Windows.Forms.Screen.Primary.get -> bool
|
9742 | 9759 | System.Windows.Forms.Screen.WorkingArea.get -> System.Drawing.Rectangle
|
| 9760 | +System.Windows.Forms.ScreenCaptureMode |
| 9761 | +System.Windows.Forms.ScreenCaptureMode.Allow = 0 -> System.Windows.Forms.ScreenCaptureMode |
| 9762 | +System.Windows.Forms.ScreenCaptureMode.HideContent = 1 -> System.Windows.Forms.ScreenCaptureMode |
| 9763 | +System.Windows.Forms.ScreenCaptureMode.HideWindow = 2 -> System.Windows.Forms.ScreenCaptureMode |
9743 | 9764 | System.Windows.Forms.ScrollableControl
|
9744 | 9765 | System.Windows.Forms.ScrollableControl.AutoScrollMargin.get -> System.Drawing.Size
|
9745 | 9766 | System.Windows.Forms.ScrollableControl.AutoScrollMargin.set -> void
|
|
0 commit comments