| | |
| | | using DevExpress.Utils; |
| | | using DevExpress.Utils.Win; |
| | | using DevExpress.Xpo.Helpers; |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraEditors.Controls; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using DevExpress.XtraEditors.Controls; |
| | | using System.Data; |
| | | using System.Drawing; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using System.Windows.Forms; |
| | | |
| | | namespace Yw.WinFrmUI |
| | | { |
| | |
| | | } |
| | | set |
| | | { |
| | | this.imageListBoxControl1.BorderStyle = value ? BorderStyles.Default : BorderStyles.NoBorder; |
| | | this.imageListBoxControl1.BorderStyle = value ? |
| | | BorderStyles.Default : |
| | | BorderStyles.NoBorder; |
| | | } |
| | | } |
| | | |