MonobjcMonobjc Documented Class Library
Choices Property
NamespacesMonobjc.QuartzPDFAnnotationChoiceWidgetChoices

Returns an array of strings that represent the items available in the list or pop-up menu of the choice widget annotation.

Original signature is '- (NSArray *)choices'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray Choices { get; set; }
Public Overridable Property Choices As NSArray
	Get
	Set
public:
virtual property NSArray^ Choices {
	NSArray^ get ();
	void set (NSArray^ 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.Quartz (Module: Monobjc.Quartz)