?? 如何能使activex控件屬性可以象image控件一樣直接用等號賦值.txt
字號:
必須同時定義property set 和property let,兩者缺一不可。你需要加上Property Let過程,如:
Public Property Let Picture(ByVal New_Picture As Picture)
UserControl.Picture = New_Picture
PropertyChanged "Picture"
End Property
<END>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -