[This is preliminary documentation and is subject to change.]
This struct represents the multi-value data class which contains
values for each type of title visibility used in LayoutStyle and
Persistate.UI.Desktop.PContainer.
| C# |
public struct TitleVisibility : IMultiValue
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| TitleVisibility(Int32) | Creates a new TitleVisibility from an integer value. | |
| _undefined_ | This is the default TitleVisibility value. | |
| AlwaysVisible | This is the value for always visible. | |
| Equals(Object) | Performs an equality comparison with another object. (Overrides ValueType.Equals(Object).) | |
| ExplicitNarrowingExplicitExplicitExplicit(TitleVisibility to String) | Explicit conversion from TitleVisibility 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 TitleVisibility. (Overrides ValueType.GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ImplicitWideningImplicitImplicitImplicit(TitleVisibility to Int32) | Implicit conversion from TitleVisibility to int. | |
| ImplicitWideningImplicitImplicitImplicit(Int32 to TitleVisibility) | Implicit conversion from int to TitleVisibility. | |
| ImplicitWideningImplicitImplicitImplicit(String to TitleVisibility) | Implicit conversion from string to TitleVisibility. | |
| IsCombinable | Indicates whether TitleVisibility values can be combined. | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NotVisible | This is the value for not visible. | |
| ordinal | Contains the value of the TitleVisibility. | |
| Ordinal | Gets the integer ordinal value of this TitleVisibility. | |
| Parse(String) | Parses a string containing a textual representation of an TitleVisibility. | |
| sourcePairs | This array contains one source pair for each TitleVisibility value. | |
| SourcePairs | Gets the array of ISourcePairs holding ordinal and text values. | |
| TopValue | This is the value for the top value. | |
| ToString()()()() | Creates a textual representation of the TitleVisibility. (Overrides ValueType.ToString()()()().) | |
| WhenNotTabbed | This is the value for when not tabbed. |