home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-06-14 | 2.7 KB | 43 lines |
- [ComboBox]
- 0=2,BackgroundImage,public Image BackgroundImage {override get; override set;}
- 1=2,DrawMode,public DrawMode DrawMode {get; set;}
- 2=2,DroppedDown,public bool DroppedDown {get; set;}
- 3=2,Focused,public bool Focused {override get;}
- 4=2,IntegralHeight,public bool IntegralHeight {get; set;}
- 5=2,ItemHeight,public int ItemHeight {get; set;}
- 6=2,Items,public ComboBox.ObjectCollection Items {get;}
- 7=2,MaxDropDownItems,public int MaxDropDownItems {get; set;}
- 8=2,MaxLength,public int MaxLength {get; set;}
- 9=2,PreferredHeight,public int PreferredHeight {get;}
- 10=2,SelectedIndex,public int SelectedIndex {override get; override set;}
- 11=2,SelectedItem,public object SelectedItem {get; set;}
- 12=2,SelectedText,public string SelectedText {get; set;}
- 13=2,SelectionLength,public int SelectionLength {get; set;}
- 14=2,SelectionStart,public int SelectionStart {get; set;}
- 15=2,Sorted,public bool Sorted {get; set;}
- 16=2,Style,public ComboBoxStyle Style {get; set;}
- 17=2,Text,public string Text {override get; override set;}
- 18=3,AddItemsCore,protected virtual void AddItemsCore(object[] value);
- 19=3,BeginUpdate,public void BeginUpdate();
- 20=3,EndUpdate,public void EndUpdate();
- 21=3,FindString,public int FindString(string s);\n(string s, int startIndex);
- 22=3,FindStringExact,public int FindStringExact(string s);\n(string s, int startIndex);
- 23=3,FormatFormatChanged,protected override void FormatFormatChanged(object sender, EventArgs e);
- 24=3,GetItemHeight,public int GetItemHeight(int index);
- 25=3,OnDrawItem,protected virtual void OnDrawItem(DrawItemEventArgs e);
- 26=3,OnDropDown,protected virtual void OnDropDown(EventArgs e);
- 27=3,OnMeasureItem,protected virtual void OnMeasureItem(MeasureItemEventArgs e);
- 28=3,OnParentPropertyChanged,protected override void OnParentPropertyChanged(PropertyChangedEventArgs e);
- 29=3,OnResize,protected override void OnResize(EventArgs e);
- 30=3,OnSelectedIndexChanged,protected override void OnSelectedIndexChanged(EventArgs e);
- 31=3,OnSelectionChangeCommitted,protected virtual void OnSelectionChangeCommitted(EventArgs e);
- 32=3,OnTextChanged,protected virtual void OnTextChanged(EventArgs e);
- 33=3,ResetItemHeight,public void ResetItemHeight();
- 34=3,Select,public void Select(int start, int length);
- 35=3,SelectAll,public void SelectAll();
- 36=3,SetBoundsCore,protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified);
- 37=3,SetItemsCore,protected override void SetItemsCore(object[] value);
- 38=3,ShouldPersistBackColor,public override bool ShouldPersistBackColor();
- 39=3,ShouldPersistForeColor,public override bool ShouldPersistForeColor();
- 40=3,ShouldPersistItemHeight,public bool ShouldPersistItemHeight();
- 41=3,ShouldPersistText,public override bool ShouldPersistText();