Persistate API documentation
PaneType Structure
NamespacesPersistatePaneType

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

Determines the type of a Pane.
Declaration Syntax
C#
public struct PaneType : IMultiValue
Members
All MembersConstructorsMethodsPropertiesFields



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

_undefined_
This is the default PaneType value.

Bottom
This is the value for bottom.

Central
This is the value for central.

Equals(Object)
Performs an equality comparison with another object.
(Overrides ValueType.Equals(Object).)
ExplicitNarrowingExplicitExplicitExplicit(PaneType to String)
Explicit conversion from PaneType 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.)
GetHashCode()()()()
Creates a hash code for the PaneType.
(Overrides ValueType.GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImplicitWideningImplicitImplicitImplicit(PaneType to Int32)
Implicit conversion from PaneType to int.

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

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

IsCombinable
Indicates whether PaneType values can be combined.

Left
This is the value for left.

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

Ordinal
Gets the integer ordinal value of this PaneType.

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

Right
This is the value for right.

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

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

Tabbed
This is the value for tabbed.

Top
This is the value for top.

TopValue
This is the value for the top value.

ToString()()()()
Creates a textual representation of the PaneType.
(Overrides ValueType.ToString()()()().)
Remarks
This determines where the pane appears in relation to its siblings in the workspace.

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