Returns the thickness reserved to contain the receiver’s accessory view, its height or width depending on the receiver’s orientation.
Original signature is '- (CGFloat)reservedThicknessForAccessoryView'
Available in Mac OS X v10.0 and later.

Declaration Syntax
public virtual CGFloat ReservedThicknessForAccessoryView { get; set; }
Public Overridable Property ReservedThicknessForAccessoryView As CGFloat
Get
Set
public:
virtual property CGFloat ReservedThicknessForAccessoryView {
CGFloat get ();
void set (CGFloat 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)