ش | ی | د | س | چ | پ | ج |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
استفاده از ControlType Propert
در مثال زیر در کنترل های فرم لوپ زده میشود فقط مورد Lable که با acLabel مشخص شده و پراپرتی SpecialEffect و BorderStyle را عوض میکند ... کد را کپی نکنید اول خط به خط یاد بگیرید بعد مستفیذ شوید
مورد لیبل Case acLabel
اگر پراپرتی اسپشیال افکت برابر ثابت Shadow بود
If .SpecialEffect = acEffectShadow Then
اسپشیال افکت لیبلی که Shadow بود به نرمال تبدیل میشود
SpecialEffect = acEffectNormal
Constant | Control |
---|---|
acBoundObjectFrame | Bound object frame |
acCheckBox | Check box |
acComboBox | Combo box |
acCommandButton | Command button |
acCustomControl | ActiveX (custom) control |
acImage | Image |
acLabel | Label |
acLine | Line |
acListBox | List box |
acObjectFrame | Unbound object frame or chart |
acOptionButton | Option button |
acOptionGroup | Option group |
acPage | Page |
acPageBreak | Page break |
acRectangle | Rectangle |
acSubform | Subform/subreport |
acTabCtl | Tab |
acTextBox | Text box |