Esempio n. 1
0
 public TextBoxPromptType()
 {
     this.Scope = ScopeType.Local;
     this.SaveLastInputAsDefault = SaveLastInputAsDefaultType.None;
     this.Width         = double.NaN;
     this.Height        = double.NaN;
     this.LabelPosition = LabelPositionType.Auto;
     this.AcceptEnter   = false;
     this.AcceptTab     = false;
 }
Esempio n. 2
0
 public ListBoxPromptType()
 {
     this.Scope = ScopeType.Local;
     this.SaveLastInputAsDefault = SaveLastInputAsDefaultType.None;
     this.Width             = double.NaN;
     this.Height            = double.NaN;
     this.LabelPosition     = LabelPositionType.Auto;
     this.ItemValueMember   = "Value";
     this.ItemDisplayMember = "Value";
     this.Source            = SourceType.ItemsList;
     this.MultiValue        = false;
 }
Esempio n. 3
0
 public ColumnType()
 {
     this.SaveLastInputAsDefault = SaveLastInputAsDefaultType.None;
     this.ItemValueMember        = "Value";
     this.ItemDisplayMember      = "Value";
 }