MonobjcMonobjc Documented Class Library
DownloadAllControlLabel Property
NamespacesMonobjc.QuartzIKCameraDeviceViewDownloadAllControlLabel

Allows the “Download All” control to be renamed.

Original signature is '@property(copy) NSString *downloadAllControlLabel'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString DownloadAllControlLabel { get; set; }
Public Overridable Property DownloadAllControlLabel As NSString
	Get
	Set
public:
virtual property NSString^ DownloadAllControlLabel {
	NSString^ get ();
	void set (NSString^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)