Text Property (DicomViewer)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatAppearance")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.BindableAttribute(True)>
<System.Runtime.InteropServices.DispIdAttribute(-517)>
<SRDescriptionAttribute("ControlTextDescr")>
Public Overridable Property Text As System.String
'Usage
Dim instance As DicomViewer
Dim value As System.String
instance.Text = value
value = instance.Text
[SRCategory("CatAppearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.Bindable(true)]
[System.Runtime.InteropServices.DispId(-517)]
[SRDescription("ControlTextDescr")]
public virtual System.string Text {get; set;}
public read-write property Text: System.String; virtual;
SRCategoryAttribute("CatAppearance")
System.ComponentModel.LocalizableAttribute()
System.ComponentModel.BindableAttribute()
System.Runtime.InteropServices.DispIdAttribute(-517)
SRDescriptionAttribute("ControlTextDescr")
public function get,set Text : System.String
[SRCategory("CatAppearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.Bindable(true)]
[System.Runtime.InteropServices.DispId(-517)]
[SRDescription("ControlTextDescr")]
public: __property virtual System.string* get_Text();
public: __property virtual void set_Text(
System.string* value
);
[SRCategory("CatAppearance")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.Bindable(true)]
[System.Runtime.InteropServices.DispId(-517)]
[SRDescription("ControlTextDescr")]
public:
virtual property System.String^ Text {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also