AutoWidthLabel.Text Property
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Usage
'Usage
Dim instance As AutoWidthLabel
Dim value As String
value = instance.Text
instance.Text = value
Syntax
'Declaration
Public Overrides Property Text As String
public override string Text { get; set; }
public:
virtual property String^ Text {
String^ get () override;
void set (String^ value) override;
}
/** @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)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64
See Also
Reference
AutoWidthLabel Class
AutoWidthLabel Members
Microsoft.WindowsServerSolutions.Controls Namespace
Copyright © 2013 by Microsoft Corporation. All rights reserved.