_OlkTimeControl.Text 属性

定义

返回或设置 C# ) 中的 字符串 (字符串,该 字符串 是控件中显示的文本。 读/写。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
Public Property Text As String

属性值

注解

文本 属性的默认值为空字符串。

Text 属性提供与 属性相同的值Value,但该值在 C# ) 中强类型为 String (字符串

适用于