0 out of 3 rated this helpful - Rate this topic

UserControl.Text Property

This member overrides Control.Text.

[BindableAttribute(false)] 
public override string Text { get; set; }
/** @property */
public String get_Text ()

/** @property */
public void set_Text (String value)

public override function get Text () : String

public override function set Text (value : String)

.NET Framework

Supported in: 2.0, 1.1, 1.0

.NET Compact Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.