Returns whether the receiver can handle the action method for a user interface item.
Original signature is '- (BOOL)validateUserInterfaceItem:(id < NSValidatedUserInterfaceItem >)item'
Available in Mac OS X v10.5 and later.
| C# | Visual Basic | Visual C++ |
public virtual bool ValidateUserInterfaceItem( INSValidatedUserInterfaceItem item )
Public Overridable Function ValidateUserInterfaceItem ( _ item As INSValidatedUserInterfaceItem _ ) As Boolean
public: virtual bool ValidateUserInterfaceItem( INSValidatedUserInterfaceItem^ item )
- item (INSValidatedUserInterfaceItem)
- The user interface item to validate. You can send item the action and tag messages.
YES if the receiver can handle the action method; NO if it cannot.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)