Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public bool UploadAddonButtonShowText { get; set; } | 
| Visual Basic | 
|---|
| Public Property UploadAddonButtonShowText As Boolean
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property bool UploadAddonButtonShowText {
	bool get ();
	void set (bool value);
} | 
 See Also
See Also