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

Namespace:  Phoenix.Gui.Controls
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[ToolboxBitmapAttribute(typeof(PictureBox))]
public class IconBox : Control
<ToolboxBitmapAttribute(GetType(PictureBox))> _
Public Class IconBox _
	Inherits Control
[ToolboxBitmapAttribute(typeof(PictureBox))]
public ref class IconBox : public Control

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
IconBox()()()
Initializes a new instance of the IconBox class
BackgroundImage (Overrides Control..::.BackgroundImage.)
BackgroundImageLayout (Overrides Control..::.BackgroundImageLayout.)
ForeColor (Overrides Control..::.ForeColor.)
GetPreferredSize(Size) (Overrides Control..::.GetPreferredSize(Size).)
Icon
Stretch
Text (Overrides Control..::.Text.)

Inheritance Hierarchy

See Also