Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavElement Class / Text Property

In This Topic
    Text Property (NavElement)
    In This Topic
    Gets or sets the text associated with this item.
    Syntax
    'Declaration
     
    
    Public MustOverride Property Text As String
    public abstract string Text {get; set;}
    See Also