Ejemplo n.º 1
0
 public SelectBox(object[] items, SelectBoxStyle style)
 {
     Style = style;
     SetItems(items);
     Width  = PrefWidth;
     Height = PrefHeight;
 }
Ejemplo n.º 2
0
 public SelectBox(object[] items, SelectBoxStyle style)
 {
     Style = style;
     SetItems(items);
     Width = PrefWidth;
     Height = PrefHeight;
 }
Ejemplo n.º 3
0
 public SelectBoxStyle(SelectBoxStyle style)
 {
     Font               = style.Font;
     FontColor          = style.FontColor;
     FontColorDisabled  = style.FontColorDisabled;
     Background         = style.Background;
     ScrollStyle        = style.ScrollStyle;
     ListStyle          = style.ListStyle;
     BackgroundOver     = style.BackgroundOver;
     BackgroundOpen     = style.BackgroundOpen;
     BackgroundDisabled = style.BackgroundDisabled;
     ListLeftOffset     = style.ListLeftOffset;
     ListRightOffset    = style.ListRightOffset;
 }
Ejemplo n.º 4
0
 public SelectBoxStyle(SelectBoxStyle style)
 {
     Font = style.Font;
     FontColor = style.FontColor;
     FontColorDisabled = style.FontColorDisabled;
     Background = style.Background;
     ScrollStyle = style.ScrollStyle;
     ListStyle = style.ListStyle;
     BackgroundOver = style.BackgroundOver;
     BackgroundOpen = style.BackgroundOpen;
     BackgroundDisabled = style.BackgroundDisabled;
     ListLeftOffset = style.ListLeftOffset;
     ListRightOffset = style.ListRightOffset;
 }