Gets the design-time verbs supported by the component that is associated with the designer.
'宣言
Public Overrides ReadOnly Property Verbs As System.ComponentModel.Design.DesignerVerbCollection
public override System.ComponentModel.Design.DesignerVerbCollection Verbs {get;}
プロパティ値
A
System.ComponentModel.Design.DesignerVerbCollection of
System.ComponentModel.Design.DesignerVerb objects, or null 参照 (Visual Basicでは
Nothing) if no designer verbs are available. This default implementation always returns null 参照 (Visual Basicでは
Nothing).