INSComboBoxDelegate 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Foundation.Protocol(Name="NSComboBoxDelegate", WrapperType=typeof(AppKit.NSComboBoxDelegateWrapper))]
public interface INSComboBoxDelegate : AppKit.INSTextFieldDelegate, IDisposable
type INSComboBoxDelegate = interface
interface INativeObject
interface IDisposable
interface INSTextFieldDelegate
- 衍生
-
- 屬性
-
- 實作
-
屬性
擴充方法
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)
|
適用於