GUIDropDownListStyleModel Class |
Namespace: Livit.Learn.Model.GUI.Styles
[SerializableAttribute] public class GUIDropDownListStyleModel : GUIButtonStyleModel
The GUIDropDownListStyleModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | GUIDropDownListStyleModel | Initializes a new instance of the GUIDropDownListStyleModel class |
Name | Description | |
---|---|---|
![]() | DeepCopy |
Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.
(Inherited from BaseModel.) |
![]() | ShallowCopy | (Inherited from BaseModel.) |
![]() | ToString |
Returns a string that represents the current object.
(Inherited from BaseModel.) |
![]() | UpdateModels |
This method will update this model and all its child models.
(Inherited from BaseModel.) |
<GUIStyles> <GUIDropDownListStyle Id="MainStyle" BackgroundImage="block_white" HighlightColor="1,1,1,1" HighlightImage="block_black" MaxVisibleItems="5" Padding="1,1" ScrollBarBackgroundImage="block_white" ScrollBarForegroundImage="block_black" ScrollBarWidth="1" TextAlign="Center" TextColor="1,1,1,1" TextHighlightColor="1,1,1,1" /> </GUIStyles>