Share via


INSComboBoxDelegate 인터페이스

정의

[Foundation.Protocol(Name="NSComboBoxDelegate", WrapperType=typeof(AppKit.NSComboBoxDelegateWrapper))]
public interface INSComboBoxDelegate : AppKit.INSTextFieldDelegate, IDisposable
type INSComboBoxDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSTextFieldDelegate
파생
특성
구현

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

확장 메서드

SelectionChanged(INSComboBoxDelegate, NSNotification)
SelectionIsChanging(INSComboBoxDelegate, NSNotification)
WillDismiss(INSComboBoxDelegate, NSNotification)
WillPopUp(INSComboBoxDelegate, NSNotification)
Changed(INSTextFieldDelegate, NSNotification)
DidFailToFormatString(INSTextFieldDelegate, NSControl, String, String)
DidFailToValidatePartialString(INSTextFieldDelegate, NSControl, String, String)
DoCommandBySelector(INSTextFieldDelegate, NSControl, NSTextView, Selector)
EditingBegan(INSTextFieldDelegate, NSNotification)
EditingEnded(INSTextFieldDelegate, NSNotification)
GetCandidates(INSTextFieldDelegate, NSTextField, NSTextView, NSRange)
GetCompletions(INSTextFieldDelegate, NSControl, NSTextView, String[], NSRange, nint)
GetTextCheckingResults(INSTextFieldDelegate, NSTextField, NSTextView, NSTextCheckingResult[], NSRange)
IsValidObject(INSTextFieldDelegate, NSControl, NSObject)
ShouldSelectCandidate(INSTextFieldDelegate, NSTextField, NSTextView, nuint)
TextShouldBeginEditing(INSTextFieldDelegate, NSControl, NSText)
TextShouldEndEditing(INSTextFieldDelegate, NSControl, NSText)

적용 대상