Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property Verbs As DesignerVerbCollection |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MenuCommandServiceBase Dim value As DesignerVerbCollection value = instance.Verbs |
C# | |
---|---|
public virtual DesignerVerbCollection Verbs {get;} |
C++/CLI | |
---|---|
public: virtual property DesignerVerbCollection^ Verbs { DesignerVerbCollection^ get(); } |
Property Value
An array of type System.ComponentModel.Design.DesignerVerb that indicates the designer verbs that are currently available.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2