MonobjcMonobjc Documented Class Library
UsesDataSource Property
NamespacesMonobjc.AppKitNSComboBoxUsesDataSource

Returns a Boolean value indicating whether the receiver uses an external data source to populate its pop-up list.

Original signature is '- (BOOL)usesDataSource'

Available in Mac OS X v10.0 and later.

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

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)