Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Summary description for ListboxTextItem.

Namespace: Visual3D.UI.Controls
Assembly: Visual3D.UI (in Visual3D.UI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public class InteractiveListBoxTextItem : ListBoxItem
Public Class InteractiveListBoxTextItem _
	Inherits ListBoxItem

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
InteractiveListBoxTextItem()()()()
Initializes a new instance of the InteractiveListBoxTextItem class
InteractiveListBoxTextItem(String)
Initializes a new instance of the InteractiveListBoxTextItem class
InteractiveListBoxTextItem(String, Object)
Initializes a new instance of the InteractiveListBoxTextItem class
InteractiveListBoxTextItem(String, Object, Int32, Object, Boolean)
Initializes a new instance of the InteractiveListBoxTextItem class
Alpha (Inherited from ListBoxItem.)
CreateCopy()()()() (Inherited from ListBoxItem.)
Disabled
Get/Set the disabled state of this ListboxItem.
(Inherited from ListBoxItem.)
DisabledTextColor
Get/Set the hover color for this ListboxItem.
(Inherited from ListBoxItem.)
Draw(Vector3, Single, ScreenRectangle)
Perform rendering for this ListboxItem
(Overrides ListBoxItem..::..Draw(Vector3, Single, ScreenRectangle).)
Equals(Object) (Inherited from ListBoxItem.)
Font
Get/Set the font used for text rendering.
HoveredColor
Get/Set the hover color for this ListboxItem.
(Inherited from ListBoxItem.)
ID
Get/Set the ID for this ListboxItem.
(Inherited from ListBoxItem.)
IsHovered
Get/Set the hovered state of this ListboxItem.
(Inherited from ListBoxItem.)
OwnerControl
Get/Set the owner Control for this ListboxItem.
(Inherited from ListBoxItem.)
Selected
Get/Set the selected state of this ListboxItem.
(Inherited from ListBoxItem.)
SelectedColor
Get/Set the selection color for this ListboxItem.
(Inherited from ListBoxItem.)
SelectionBrushImage
Get/Set the selection brush image for this ListboxItem.
(Inherited from ListBoxItem.)
SetDisabledTextColor(VColor)
Set the selection color to be used for the entire selection area.
(Inherited from ListBoxItem.)
SetHoverColor(VColor)
Set the selection color to be used for the entire selection area.
(Inherited from ListBoxItem.)
SetSelectedColor(VColor)
Set the selection color to be used for the entire selection area.
(Inherited from ListBoxItem.)
SetSelectionBrushImage(String, String)
Set the selection brush image via Imageset and Image names.
(Inherited from ListBoxItem.)
SetSelectionColors(VColor, VColor, VColor, VColor)
Set the individual colors to use for the selection area.
(Inherited from ListBoxItem.)
SetTextColors(VColor)
Set the text color to be used.
SetTextColors(VColor, VColor, VColor, VColor)
Set the colors to use for the text.
Size
Return the pixel size of this ListboxItem.
(Overrides ListBoxItem..::..Size.)
Text
Get/Set the text for this ListboxItem.
(Inherited from ListBoxItem.)
TextColors
Get/Set the text colors for this ListboxItem.
UserData
Get/Set the user data object for this ListboxItem.
(Inherited from ListBoxItem.)
Value
Get/Set the value for this ListboxItem.
(Inherited from ListBoxItem.)

Inheritance Hierarchy

System..::..Object
  Visual3D.UI.Controls..::..ListBoxItem
    Visual3D.UI.Controls..::..InteractiveListBoxTextItem

See Also