You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
This commit is contained in:
committed by
Jo Shields
parent
aa7da660d6
commit
c042cd0c52
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Type Name="GroupBoxState" FullName="System.Windows.Forms.VisualStyles.GroupBoxState">
|
||||
<TypeSignature Language="C#" Value="public enum GroupBoxState" />
|
||||
<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.GroupBoxState" /> 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.Button.GroupBox" /> class. The <see cref="T:System.Windows.Forms.VisualStyles.GroupBoxState" /> values are also used as an argument in the <see cref="Overload:System.Windows.Forms.GroupBoxRenderer.DrawGroupBox" /> method.</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||||
<para>Specifies the visual state of a group 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.GroupBoxState</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<since version=".NET 2.0" />
|
||||
<summary>
|
||||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||||
<para>The group box is disabled.</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.GroupBoxState</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<since version=".NET 2.0" />
|
||||
<summary>
|
||||
<attribution license="cc4" from="Microsoft" modified="false" />
|
||||
<para>The group box has the default appearance.</para>
|
||||
</summary>
|
||||
</Docs>
|
||||
<AssemblyInfo>
|
||||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
Reference in New Issue
Block a user