MonobjcMonobjc Documented Class Library
NumberOfVisibleItems Property
NamespacesMonobjc.AppKitNSComboBoxNumberOfVisibleItems

Returns the maximum number of items visible in the pop-up list.

Original signature is '- (NSInteger)numberOfVisibleItems'

Available in Mac OS X v10.0 and later.

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