linnerchen 不好意思,刚才以为问题解决了,但当我把写好的控件 拖到 画面上的时候,要么就一个按钮不出,要么就出两个。
这个也太怪异了啊。
Protected Overloads Overrides Function GetDefaultSideButtonTypes() As List(Of Type)
Dim defaultSideButtonTypes As New List(Of Type)()
'在这设一个的时候,画面中显示两个按钮,如果什么都不设的话,画面中就一个按钮都没有。
defaultSideButtonTypes.Add(GetType(DropDownButton))
Return defaultSideButtonTypes
'
' 何も設定しない場合には、Nothingを返します。
'Return Nothing
'
End Function |