←Select platform

Text Property

Syntax
C#
VB
C++
public override string Text { get; set; } 
Public Overrides Property Text() As String 
   Get 
   Set 
public:  
   virtual property String^ Text 
   { 
      String^ get() override 
      void set(String^ value) override 
   } 

Property Value

The text associated with this control.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly