92 lines
3.7 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Type Name="ComboBoxState" FullName="System.Windows.Forms.VisualStyles.ComboBoxState">
<TypeSignature Language="C#" Value="public enum ComboBoxState" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Windows.Forms.VisualStyles.ComboBoxState" /> values correspond to the states of the <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects exposed by the <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ComboBox.DropDownButton" /> class. The <see cref="T:System.Windows.Forms.VisualStyles.ComboBoxState" /> values are also used as an argument in the <see cref="M:System.Windows.Forms.ComboBoxRenderer.DrawDropDownButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.VisualStyles.ComboBoxState)" /> and <see cref="Overload:System.Windows.Forms.ComboBoxRenderer.DrawTextBox" /> methods.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies the visual state of a combo box that is drawn with visual styles.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Disabled">
<MemberSignature Language="C#" Value="Disabled" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.VisualStyles.ComboBoxState</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The combo box is disabled.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Hot">
<MemberSignature Language="C#" Value="Hot" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.VisualStyles.ComboBoxState</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The combo box is hot.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Normal">
<MemberSignature Language="C#" Value="Normal" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.VisualStyles.ComboBoxState</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The combo box has the default appearance.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Pressed">
<MemberSignature Language="C#" Value="Pressed" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.VisualStyles.ComboBoxState</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The combo box is pressed.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>