* 更新WIKI时,对一些文件的描述也做了更新。
This commit is contained in:
parent
3f05902df5
commit
118feaaddb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -56,6 +56,14 @@ namespace Sunny.UI
|
|||||||
buttons.Clear();
|
buttons.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void Clear()
|
||||||
|
{
|
||||||
|
Items.Clear();
|
||||||
|
ClearButtons();
|
||||||
|
SelectedIndex = -1;
|
||||||
|
Invalidate();
|
||||||
|
}
|
||||||
|
|
||||||
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
|
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
|
||||||
[Localizable(true)]
|
[Localizable(true)]
|
||||||
[Editor("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(UITypeEditor))]
|
[Editor("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(UITypeEditor))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user