Xamarin Public Jenkins 6992685b86 Imported Upstream version 4.2.0.179
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
2015-11-10 14:54:39 +00:00

172 lines
7.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="IComPropertyBrowser" FullName="System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser">
<TypeSignature Language="C#" Value="public interface IComPropertyBrowser" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Allows Visual Studio to communicate internally with the <see cref="T:System.Windows.Forms.PropertyGrid" /> control.</para>
</summary>
</Docs>
<Members>
<Member MemberName="ComComponentNameChanged">
<MemberSignature Language="C#" Value="public event System.ComponentModel.Design.ComponentRenameEventHandler ComComponentNameChanged;" />
<MemberType>Event</MemberType>
<ReturnValue>
<ReturnType>System.ComponentModel.Design.ComponentRenameEventHandler</ReturnType>
</ReturnValue>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Only a change of value of the property that corresponds to DISPID_Name for the COM object raises the <see cref="E:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.ComComponentNameChanged" /> event.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Occurs when the <see cref="T:System.Windows.Forms.PropertyGrid" /> control is browsing a COM object and the user renames the object.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="DropDownDone">
<MemberSignature Language="C#" Value="public void DropDownDone ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Closes any open drop-down controls on the <see cref="T:System.Windows.Forms.PropertyGrid" /> control.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="EnsurePendingChangesCommitted">
<MemberSignature Language="C#" Value="public bool EnsurePendingChangesCommitted ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Commits all pending changes to the <see cref="T:System.Windows.Forms.PropertyGrid" /> control.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>true if the <see cref="T:System.Windows.Forms.PropertyGrid" /> successfully commits changes; otherwise, false.</para>
</returns>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="HandleF4">
<MemberSignature Language="C#" Value="public void HandleF4 ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Activates the <see cref="T:System.Windows.Forms.PropertyGrid" /> control when the user chooses <ui>Properties</ui> for a control in Design view.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="InPropertySet">
<MemberSignature Language="C#" Value="public bool InPropertySet { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.PropertyGrid" /> control is currently setting one of the properties of its selected object.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="LoadState">
<MemberSignature Language="C#" Value="public void LoadState (Microsoft.Win32.RegistryKey key);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="key" Type="Microsoft.Win32.RegistryKey" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>You can save some of the <see cref="T:System.Windows.Forms.PropertyGrid" /> control states, such as the <see cref="P:System.Windows.Forms.PropertyGrid.PropertySort" /> and <see cref="P:System.Windows.Forms.PropertyGrid.HelpVisible" /> properties, to the registry and load them the next time the user runs your application.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Loads user states from the registry into the <see cref="T:System.Windows.Forms.PropertyGrid" /> control.</para>
</summary>
<param name="key">
<attribution license="cc4" from="Microsoft" modified="false" />The registry key that contains the user states.</param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="SaveState">
<MemberSignature Language="C#" Value="public void SaveState (Microsoft.Win32.RegistryKey key);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="key" Type="Microsoft.Win32.RegistryKey" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>You can save some of the <see cref="T:System.Windows.Forms.PropertyGrid" /> control states, such as the <see cref="P:System.Windows.Forms.PropertyGrid.PropertySort" /> and <see cref="P:System.Windows.Forms.PropertyGrid.HelpVisible" /> properties, to the registry and load them the next time the user runs your application.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Saves user states from the <see cref="T:System.Windows.Forms.PropertyGrid" /> control to the registry.</para>
</summary>
<param name="key">
<attribution license="cc4" from="Microsoft" modified="false" />The registry key that contains the user states.</param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>