62 lines
3.0 KiB
XML
62 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Type Name="ToolStripItemRenderEventHandler" FullName="System.Windows.Forms.ToolStripItemRenderEventHandler">
|
|
<TypeSignature Language="C#" Value="public delegate void ToolStripItemRenderEventHandler(object sender, ToolStripItemRenderEventArgs e);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>System.Windows.Forms</AssemblyName>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="sender" Type="System.Object" />
|
|
<Parameter Name="e" Type="System.Windows.Forms.ToolStripItemRenderEventArgs" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="sender">To be added.</param>
|
|
<param name="e">To be added.</param>
|
|
<since version=".NET 2.0" />
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The <see cref="T:System.Windows.Forms.ToolStripItemRenderEventHandler" /> represents the method that handles the following events:</para>
|
|
<list type="bullet">
|
|
<item>
|
|
<para>
|
|
<see cref="E:System.Windows.Forms.ToolStripRenderer.RenderButtonBackground" /> </para>
|
|
</item>
|
|
<item>
|
|
<para>
|
|
<see cref="E:System.Windows.Forms.ToolStripRenderer.RenderDropDownButtonBackground" /> </para>
|
|
</item>
|
|
<item>
|
|
<para>
|
|
<see cref="E:System.Windows.Forms.ToolStripRenderer.RenderItemBackground" /> </para>
|
|
</item>
|
|
<item>
|
|
<para>
|
|
<see cref="E:System.Windows.Forms.ToolStripRenderer.RenderLabelBackground" /> </para>
|
|
</item>
|
|
<item>
|
|
<para>
|
|
<see cref="E:System.Windows.Forms.ToolStripRenderer.RenderMenuItemBackground" /> </para>
|
|
</item>
|
|
<item>
|
|
<para>
|
|
<see cref="E:System.Windows.Forms.ToolStripRenderer.RenderOverflowButtonBackground" /> </para>
|
|
</item>
|
|
<item>
|
|
<para>
|
|
<see cref="E:System.Windows.Forms.ToolStripRenderer.RenderSplitButtonBackground" /> </para>
|
|
</item>
|
|
</list>
|
|
<para>When you create a <see cref="T:System.Windows.Forms.ToolStripItemRenderEventHandler" /> delegate, you identify the method that handles the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate. For more information about event-handler delegates, see <format type="text/html"><a href="d98fd58b-fa4f-4598-8378-addf4355a115">Events and Delegates</a></format>.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Represents the method that handles the events that render the background of objects derived from <see cref="T:System.Windows.Forms.ToolStripItem" /> in the <see cref="T:System.Windows.Forms.ToolStripRenderer" /> class. </para>
|
|
</summary>
|
|
</Docs>
|
|
</Type> |