MonobjcMonobjc Documented Class Library
ControlType Property
NamespacesMonobjc.QuartzPDFAnnotationButtonWidgetControlType

Returns the type of the control.

Original signature is '- (PDFWidgetControlType)controlType'

Available in Mac OS X v10.4 and later.

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