Returns the substitutions panel’s accessory view controller.
Original signature is '- (NSViewController *)substitutionsPanelAccessoryViewController'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual NSViewController SubstitutionsPanelAccessoryViewController { get; set; }
Public Overridable Property SubstitutionsPanelAccessoryViewController As NSViewController Get Set
public: virtual property NSViewController^ SubstitutionsPanelAccessoryViewController { NSViewController^ get (); void set (NSViewController^ value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)