Persistate API documentation
FlatStyle Structure
NamespacesPersistateFlatStyle

[This is preliminary documentation and is subject to change.]

Persistate.FlatStyle represents an equivalent persistable version of System.Windows.Forms.FlatStyle.
Declaration Syntax
C#
public struct FlatStyle : IMultiValue
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
FlatStyle(Int32)
Creates a new FlatStyle from an integer value.

_undefined_
This is the default FlatStyle value.

Equals(Object)
Performs an equality comparison with another object.
(Overrides ValueType.Equals(Object).)
ExplicitNarrowingExplicitExplicitExplicit(FlatStyle to String)
Explicit conversion from FlatStyle to string.

Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Flat
This is the value for flat.

GetHashCode()()()()
Creates a hash code for the FlatStyle.
(Overrides ValueType.GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImplicitWideningImplicitImplicitImplicit(FlatStyle to Int32)
Implicit conversion from FlatStyle to int.

ImplicitWideningImplicitImplicitImplicit(Int32 to FlatStyle)
Implicit conversion from int to FlatStyle.

ImplicitWideningImplicitImplicitImplicit(String to FlatStyle)
Implicit conversion from string to FlatStyle.

IsCombinable
Indicates whether FlatStyle values can be combined.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ordinal
Contains the value of the FlatStyle.

Ordinal
Gets the integer ordinal value of this FlatStyle.

Parse(String)
Parses a string containing a textual representation of an FlatStyle.

Popup
This is the value for popup.

sourcePairs
This array contains one source pair for each FlatStyle value.

SourcePairs
Gets the array of ISourcePairs holding ordinal and text values.

Standard
This is the value for standard.

System
This is the value for system.

TopValue
This is the value for the top value.

ToString()()()()
Creates a textual representation of the FlatStyle.
(Overrides ValueType.ToString()()()().)
Remarks
Implicit conversions are defined between these two types. Any undefined value in System.Windows.Forms.FlatStyle converts to Persistate.FlatStyle._undefined_. The latter value or any other undefined value converts to System.Windows.Forms.FlatStyle.Standard.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)