MonobjcMonobjc Documented Class Library
ScanControlLabel Property
NamespacesMonobjc.QuartzIKScannerDeviceViewScanControlLabel

Allows customization of the “Scan” label.

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

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString ScanControlLabel { get; set; }
Public Overridable Property ScanControlLabel As NSString
	Get
	Set
public:
virtual property NSString^ ScanControlLabel {
	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)