MonobjcMonobjc Documented Class Library
IsHighlighted Property
NamespacesMonobjc.QuartzPDFAnnotationButtonWidgetIsHighlighted

Returns a Boolean value that indicates whether the control is highlighted when it is drawn.

Original signature is '- (BOOL)isHighlighted'

Available in Mac OS X v10.5 and later.

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