Verbs Property
See Also 
SourceCode.Framework.Design Namespace > MenuCommandServiceBase Class : Verbs Property



Glossary Item Box

Gets or sets an array of the designer verbs that are currently available.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Verbs As DesignerVerbCollection
Visual Basic (Usage)Copy Code
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.

Requirements

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

See Also