|
587 | 587 | <MemberValue>9</MemberValue>
|
588 | 588 | <Docs>
|
589 | 589 | <summary>A window has lost mouse capture. The system sends the event; servers never send this event.</summary>
|
| 590 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemCaptureStart" /> |
590 | 591 | </Docs>
|
591 | 592 | </Member>
|
592 | 593 | <Member MemberName="SystemCaptureStart">
|
|
614 | 615 | <MemberValue>8</MemberValue>
|
615 | 616 | <Docs>
|
616 | 617 | <summary>A window is being moved or resized. The system sends the event; servers never send this event.</summary>
|
| 618 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemCaptureEnd" /> |
617 | 619 | </Docs>
|
618 | 620 | </Member>
|
619 | 621 | <Member MemberName="SystemContextHelpEnd">
|
|
641 | 643 | <MemberValue>13</MemberValue>
|
642 | 644 | <Docs>
|
643 | 645 | <summary>A window exited context-sensitive Help mode. The system does not send the event consistently.</summary>
|
| 646 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemContextHelpStart" /> |
644 | 647 | </Docs>
|
645 | 648 | </Member>
|
646 | 649 | <Member MemberName="SystemContextHelpStart">
|
|
668 | 671 | <MemberValue>12</MemberValue>
|
669 | 672 | <Docs>
|
670 | 673 | <summary>A window entered context-sensitive Help mode. The system does not send the event consistently.</summary>
|
| 674 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemContextHelpEnd" /> |
671 | 675 | </Docs>
|
672 | 676 | </Member>
|
673 | 677 | <Member MemberName="SystemDialogEnd">
|
|
695 | 699 | <MemberValue>17</MemberValue>
|
696 | 700 | <Docs>
|
697 | 701 | <summary>A dialog box was closed. The system does not send the event for standard dialog boxes. Servers send this event for custom dialog boxes. The system does not send the event consistently.</summary>
|
| 702 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemDialogStart" /> |
698 | 703 | </Docs>
|
699 | 704 | </Member>
|
700 | 705 | <Member MemberName="SystemDialogStart">
|
|
722 | 727 | <MemberValue>16</MemberValue>
|
723 | 728 | <Docs>
|
724 | 729 | <summary>A dialog box was displayed. The system sends the event for standard dialog boxes. Servers send this event for custom dialog boxes. The system does not send the event consistently.</summary>
|
| 730 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemDialogEnd" /> |
725 | 731 | </Docs>
|
726 | 732 | </Member>
|
727 | 733 | <Member MemberName="SystemDragDropEnd">
|
|
749 | 755 | <MemberValue>15</MemberValue>
|
750 | 756 | <Docs>
|
751 | 757 | <summary>An application is about to exit drag-and-drop mode. Applications that support drag-and-drop operations must send this event; the system does not.</summary>
|
| 758 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemDragDropStart" /> |
752 | 759 | </Docs>
|
753 | 760 | </Member>
|
754 | 761 | <Member MemberName="SystemDragDropStart">
|
|
776 | 783 | <MemberValue>14</MemberValue>
|
777 | 784 | <Docs>
|
778 | 785 | <summary>An application is about to enter drag-and-drop mode. Applications that support drag-and-drop operations must send this event; the system does not.</summary>
|
| 786 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemDragDropEnd" /> |
779 | 787 | </Docs>
|
780 | 788 | </Member>
|
781 | 789 | <Member MemberName="SystemForeground">
|
|
830 | 838 | <MemberValue>5</MemberValue>
|
831 | 839 | <Docs>
|
832 | 840 | <summary>A menu from the menu bar was closed. The system sends this event for standard menus. Servers send this event for custom menus.</summary>
|
| 841 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemMenuStart" /> |
833 | 842 | </Docs>
|
834 | 843 | </Member>
|
835 | 844 | <Member MemberName="SystemMenuPopupEnd">
|
|
860 | 869 | <para>A shortcut menu was closed. The system sends this event for standard menus. Servers send this event for custom menus. When a shortcut menu is closed, the client receives this message followed almost immediately by the <see langword="SystemMenuEnd" /> event. The system does not send the event consistently.</para>
|
861 | 870 | <para>For a call to <c>TrackPopupMenu()</c>, a client will see <see langword="EVENT_SYSTEM_MENUSTART" /> followed almost immediately by <see langword="EVENT_SYSTEM_MENUPOPUPSTART" /> for the popup being shown.</para>
|
862 | 871 | </summary>
|
| 872 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemMenuPopupStart" /> |
863 | 873 | </Docs>
|
864 | 874 | </Member>
|
865 | 875 | <Member MemberName="SystemMenuPopupStart">
|
|
890 | 900 | <para>A shortcut menu was displayed. The system sends this event for standard menus. Servers send this event for custom menus. The system does not send the event consistently.</para>
|
891 | 901 | <para>For a call to <c>TrackPopupMenu()</c>, a client will see <see langword="EVENT_SYSTEM_MENUSTART" /> followed almost immediately by <see langword="EVENT_SYSTEM_MENUPOPUPSTART" /> for the popup being shown.</para>
|
892 | 902 | </summary>
|
| 903 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemMenuPopupEnd" /> |
893 | 904 | </Docs>
|
894 | 905 | </Member>
|
895 | 906 | <Member MemberName="SystemMenuStart">
|
|
917 | 928 | <MemberValue>4</MemberValue>
|
918 | 929 | <Docs>
|
919 | 930 | <summary>A menu item on the menu bar was selected. The system sends this event for standard menus. Servers send this event for custom menus. The system might raise more than one <see langword="MenuStart" /> event that might or might not have a corresponding <see langword="MenuEnd" /> event.</summary>
|
| 931 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemMenuEnd" /> |
920 | 932 | </Docs>
|
921 | 933 | </Member>
|
922 | 934 | <Member MemberName="SystemMinimizeEnd">
|
|
944 | 956 | <MemberValue>23</MemberValue>
|
945 | 957 | <Docs>
|
946 | 958 | <summary>A window object was minimized or maximized. The system sends the event; servers never send this event.</summary>
|
| 959 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemMinimizeStart" /> |
947 | 960 | </Docs>
|
948 | 961 | </Member>
|
949 | 962 | <Member MemberName="SystemMinimizeStart">
|
|
971 | 984 | <MemberValue>22</MemberValue>
|
972 | 985 | <Docs>
|
973 | 986 | <summary>A window object is about to be minimized or maximized. The system sends the event; servers never send this event.</summary>
|
| 987 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemMinimizeEnd" /> |
974 | 988 | </Docs>
|
975 | 989 | </Member>
|
976 | 990 | <Member MemberName="SystemMoveSizeEnd">
|
|
998 | 1012 | <MemberValue>11</MemberValue>
|
999 | 1013 | <Docs>
|
1000 | 1014 | <summary>The movement or resizing of a window is finished. The system sends the event; servers never send this event.</summary>
|
| 1015 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemMoveSizeStart" /> |
1001 | 1016 | </Docs>
|
1002 | 1017 | </Member>
|
1003 | 1018 | <Member MemberName="SystemMoveSizeStart">
|
|
1025 | 1040 | <MemberValue>10</MemberValue>
|
1026 | 1041 | <Docs>
|
1027 | 1042 | <summary>A window is being moved or resized. The system sends the event; servers never send this event.</summary>
|
| 1043 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemMoveSizeEnd" /> |
1028 | 1044 | </Docs>
|
1029 | 1045 | </Member>
|
1030 | 1046 | <Member MemberName="SystemScrollingEnd">
|
|
1052 | 1068 | <MemberValue>19</MemberValue>
|
1053 | 1069 | <Docs>
|
1054 | 1070 | <summary>Scrolling has ended on a scroll bar. The system sends this event for scroll bars attached to a window and for standard scroll bar controls. Servers send this event for custom scroll bars.</summary>
|
| 1071 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemScrollingStart" /> |
1055 | 1072 | </Docs>
|
1056 | 1073 | </Member>
|
1057 | 1074 | <Member MemberName="SystemScrollingStart">
|
|
1079 | 1096 | <MemberValue>18</MemberValue>
|
1080 | 1097 | <Docs>
|
1081 | 1098 | <summary>Scrolling has started on a scroll bar. The system sends the event for scroll bars attached to a window and for standard scroll bar controls. Servers send this event for custom scroll bars.</summary>
|
| 1099 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemScrollingEnd" /> |
1082 | 1100 | </Docs>
|
1083 | 1101 | </Member>
|
1084 | 1102 | <Member MemberName="SystemSound">
|
|
1133 | 1151 | <MemberValue>21</MemberValue>
|
1134 | 1152 | <Docs>
|
1135 | 1153 | <summary>The user released ALT+TAB. The system sends the <see langword="SwitchEnd" /> event; servers never send this event. If only one application is running when the user presses ALT+TAB, the system sends the <see langword="SwitchEnd" /> event without a corresponding <see langword="SwitchStart" /> event.</summary>
|
| 1154 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemSwitchStart" /> |
1136 | 1155 | </Docs>
|
1137 | 1156 | </Member>
|
1138 | 1157 | <Member MemberName="SystemSwitchStart">
|
|
1160 | 1179 | <MemberValue>20</MemberValue>
|
1161 | 1180 | <Docs>
|
1162 | 1181 | <summary>The user pressed ALT+TAB, which activates the switch window. If only one application is running when the user presses ALT+TAB, the system raises the <see langword="SwitchEnd" /> event without a corresponding <see langword="SwitchStart" /> event.</summary>
|
| 1182 | + <seealso cref="F:System.Windows.Forms.AccessibleEvents.SystemSwitchEnd" /> |
1163 | 1183 | </Docs>
|
1164 | 1184 | </Member>
|
1165 | 1185 | <Member MemberName="ValueChange">
|
|
0 commit comments