Nevron .NET Vision
Nevron.Chart Namespace / NVerb Class / Text Property


In This Topic
    Text Property (NVerb)
    In This Topic
    Obtains the text associated with this verb.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property Text As System.String
    'Usage
     
    
    Dim instance As NVerb
    Dim value As System.String
     
    value = instance.Text
    public abstract System.string Text {get;}
    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