FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Design Namespace / GridDesigner Class / Verbs Property

In This Topic
    Verbs Property
    In This Topic
    Gets the design-time verbs supported by the component that is associated with the designer.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Verbs As DesignerVerbCollection
    public override DesignerVerbCollection Verbs {get;}

    Property Value

    A System.ComponentModel.Design.DesignerVerbCollection of System.ComponentModel.Design.DesignerVerb objects, or a null reference (Nothing in Visual Basic) if no designer verbs are available. This default implementation always returns a null reference (Nothing in Visual Basic).
    See Also