Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("Appearance")> <NotifyParentPropertyAttribute(True)> <DefaultValueAttribute()> <DartDescriptionAttribute("When set to false, the Upload control will simply appear as a button.")> Public Property ShowTextBox As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Upload Dim value As Boolean instance.ShowTextBox = value value = instance.ShowTextBox |
C# | |
---|---|
[CategoryAttribute("Appearance")] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] [DartDescriptionAttribute("When set to false, the Upload control will simply appear as a button.")] public bool ShowTextBox {get; set;} |
C++/CLI | |
---|---|
[CategoryAttribute("Appearance")] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] [DartDescriptionAttribute("When set to false, the Upload control will simply appear as a button.")] public: property bool ShowTextBox { bool get(); void set ( bool value); } |
Target Platforms: Microsoft .NET Framework 2.0