Validates the specified user interface item that the receiver manages.
Original signature is '- (BOOL)validateUserInterfaceItem:(id < NSValidatedUserInterfaceItem >)anItem'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual bool ValidateUserInterfaceItem( INSValidatedUserInterfaceItem anItem )
Public Overridable Function ValidateUserInterfaceItem ( _ anItem As INSValidatedUserInterfaceItem _ ) As Boolean
public: virtual bool ValidateUserInterfaceItem( INSValidatedUserInterfaceItem^ anItem )

- anItem (INSValidatedUserInterfaceItem)
- The user interface item to validate.

YES if the item is valid; otherwise, NO.

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