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: xml/System.Windows.Forms/AccessibleEvents.xml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -735,6 +735,15 @@
735
735
<MemberValue>7</MemberValue>
736
736
<Docs>
737
737
<summary>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 <seelangword="SystemMenuEnd" /> event. The system does not send the event consistently.</summary>
738
+
<remarks>
739
+
<formattype="text/markdown"><![CDATA[
740
+
741
+
## Remarks
742
+
743
+
Note that for a call to TrackPopupMenu(), a client will see `EVENT_SYSTEM_MENUSTART` followed almost immediately by `EVENT_SYSTEM_MENUPOPUPSTART` for the popup being shown.
744
+
745
+
]]></format>
746
+
</remarks>
738
747
</Docs>
739
748
</Member>
740
749
<MemberMemberName="SystemMenuPopupStart">
@@ -758,6 +767,15 @@
758
767
<MemberValue>6</MemberValue>
759
768
<Docs>
760
769
<summary>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.</summary>
770
+
<remarks>
771
+
<formattype="text/markdown"><![CDATA[
772
+
773
+
## Remarks
774
+
775
+
Note that for a call to TrackPopupMenu(), a client will see `EVENT_SYSTEM_MENUSTART` followed almost immediately by `EVENT_SYSTEM_MENUPOPUPSTART` for the popup being shown.
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms/AxHost.xml
+27-3Lines changed: 27 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4271,7 +4271,15 @@
4271
4271
<Docs>
4272
4272
<summary>Returns a collection of type <seecref="T:System.Attribute" /> for the current object.</summary>
4273
4273
<returns>An <seecref="T:System.ComponentModel.AttributeCollection" /> with the attributes for the current object.</returns>
4274
-
<remarks>To be added.</remarks>
4274
+
<remarks>
4275
+
<formattype="text/markdown"><![CDATA[
4276
+
4277
+
## Remarks
4278
+
4279
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Windows.Forms.AxHost> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
<summary>Returns the events for the current object.</summary>
4544
4552
<returns>An <seecref="T:System.ComponentModel.EventDescriptorCollection" /> that represents the events for the current object.</returns>
4545
-
<remarks>To be added.</remarks>
4553
+
<remarks>
4554
+
<formattype="text/markdown"><![CDATA[
4555
+
4556
+
## Remarks
4557
+
4558
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Windows.Forms.AxHost> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
<summary>Returns the properties for the current object.</summary>
4628
4644
<returns>A <seecref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the events for the current object.</returns>
4629
-
<remarks>To be added.</remarks>
4645
+
<remarks>
4646
+
<formattype="text/markdown"><![CDATA[
4647
+
4648
+
## Remarks
4649
+
4650
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Windows.Forms.AxHost> instance is cast to an <xref:System.ComponentModel.ICustomTypeDescriptor> interface.
<summary>Gets an object to use for synchronization (thread safety).</summary>
846
894
<value>This property is derived from <seecref="T:System.Collections.ICollection" />, and is overridden to always return <seelangword="null" />.</value>
847
-
<remarks>To be added.</remarks>
895
+
<remarks>
896
+
<formattype="text/markdown"><![CDATA[
897
+
898
+
## Remarks
899
+
900
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Windows.Forms.BindingContext> instance is cast to an <xref:System.Collections.ICollection> interface.
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms/BindingSource.xml
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3853,7 +3853,15 @@
3853
3853
<Parameters />
3854
3854
<Docs>
3855
3855
<summary>Signals the <seecref="T:System.Windows.Forms.BindingSource" /> that initialization is starting.</summary>
3856
-
<remarks>To be added.</remarks>
3856
+
<remarks>
3857
+
<formattype="text/markdown"><![CDATA[
3858
+
3859
+
## Remarks
3860
+
3861
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Windows.Forms.BindingSource> instance is cast to an <xref:System.ComponentModel.ISupportInitialize> interface.
<summary>Signals the <seecref="T:System.Windows.Forms.BindingSource" /> that initialization is complete.</summary>
3882
-
<remarks>To be added.</remarks>
3890
+
<remarks>
3891
+
<formattype="text/markdown"><![CDATA[
3892
+
3893
+
## Remarks
3894
+
3895
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Windows.Forms.BindingSource> instance is cast to an <xref:System.ComponentModel.ISupportInitialize> interface.
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms/CheckedListBox+CheckedIndexCollection.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -421,7 +421,7 @@
421
421
<Docs>
422
422
<paramname="value">The object to be added to the <seecref="T:System.Windows.Forms.CheckedListBox.CheckedIndexCollection" />.</param>
423
423
<summary>Adds an item to the <seecref="T:System.Windows.Forms.CheckedListBox.CheckedIndexCollection" />. For a description of this member, see <seecref="M:System.Collections.IList.Add(System.Object)" />.</summary>
424
-
<returns>To be added.</returns>
424
+
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms/DrawItemEventArgs.xml
+22-6Lines changed: 22 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@
239
239
</ReturnValue>
240
240
<Parameters />
241
241
<Docs>
242
-
<summary>To be added.</summary>
242
+
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
243
243
<remarks>To be added.</remarks>
244
244
</Docs>
245
245
</Member>
@@ -597,9 +597,17 @@
597
597
</ReturnValue>
598
598
<Parameters />
599
599
<Docs>
600
-
<summary>To be added.</summary>
601
-
<returns>To be added.</returns>
602
-
<remarks>To be added.</remarks>
600
+
<summary>Returns the handle to a Windows device context.</summary>
601
+
<returns>An <seecref="T:System.IntPtr" /> representing the handle of a device context.</returns>
602
+
<remarks>
603
+
<formattype="text/markdown"><![CDATA[
604
+
605
+
## Remarks
606
+
607
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Windows.Forms.DrawItemEventArgs> instance is cast to an <xref:System.Drawing.IDeviceContext> interface.
<summary>Releases the handle of a Windows device context.</summary>
634
+
<remarks>
635
+
<formattype="text/markdown"><![CDATA[
636
+
637
+
## Remarks
638
+
639
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Windows.Forms.DrawItemEventArgs> instance is cast to an <xref:System.Drawing.IDeviceContext> interface.
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms/ErrorProvider.xml
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1106,7 +1106,15 @@
1106
1106
<Parameters />
1107
1107
<Docs>
1108
1108
<summary>Signals the object that initialization is starting.</summary>
1109
-
<remarks>To be added.</remarks>
1109
+
<remarks>
1110
+
<formattype="text/markdown"><![CDATA[
1111
+
1112
+
## Remarks
1113
+
1114
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Windows.Forms.ErrorProvider> instance is cast to an <xref:System.ComponentModel.ISupportInitialize> interface.
<summary>Signals the object that initialization is complete.</summary>
1135
-
<remarks>To be added.</remarks>
1143
+
<remarks>
1144
+
<formattype="text/markdown"><![CDATA[
1145
+
1146
+
## Remarks
1147
+
1148
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Windows.Forms.ErrorProvider> instance is cast to an <xref:System.ComponentModel.ISupportInitialize> interface.
0 commit comments