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

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class PhoenixWindowTabPageAttribute : RuntimeAttribute
<SerializableAttribute> _
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := False)> _
Public Class PhoenixWindowTabPageAttribute _
	Inherits RuntimeAttribute
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = false)]
public ref class PhoenixWindowTabPageAttribute : public RuntimeAttribute

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PhoenixWindowTabPageAttribute(String)
Initializes a new instance of the PhoenixWindowTabPageAttribute class
Icon
Gets or sets tab icon. It could be both resource or file.
Position
Gets or sets position of tab in window. Less than zero mean last. Default value is -1.
Title
Gets tab title.
TitleIsResource
Gets or sets whether title string is path to resource, or it is title itself.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Phoenix..::.RuntimeAttribute
      Phoenix..::.PhoenixWindowTabPageAttribute

See Also