Share via


INSTextFinderBarContainer Interface

Definition

This interface represents the Objective-C protocol NSTextFinderBarContainer.

[Foundation.Protocol(Name="NSTextFinderBarContainer", WrapperType=typeof(AppKit.NSTextFinderBarContainerWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FindBarViewDidChangeHeight", Selector="findBarViewDidChangeHeight")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isFindBarVisible", IsProperty=true, IsRequired=true, IsStatic=false, Name="FindBarVisible", PropertyType=typeof(System.Boolean), Selector="findBarVisible", SetterSelector="setFindBarVisible:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="findBarView", IsProperty=true, IsRequired=true, IsStatic=false, Name="FindBarView", PropertyType=typeof(AppKit.NSView), Selector="findBarView", SetterSelector="setFindBarView:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contentView", IsProperty=true, IsRequired=false, IsStatic=false, Name="ContentView", PropertyType=typeof(AppKit.NSView), Selector="contentView")]
public interface INSTextFinderBarContainer : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSTextFinderBarContainer", WrapperType=typeof(AppKit.NSTextFinderBarContainerWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FindBarViewDidChangeHeight", Selector="findBarViewDidChangeHeight")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isFindBarVisible", IsProperty=true, IsRequired=true, IsStatic=false, Name="FindBarVisible", PropertyType=typeof(System.Boolean), Selector="findBarVisible", SetterSelector="setFindBarVisible:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="findBarView", IsProperty=true, IsRequired=true, IsStatic=false, Name="FindBarView", PropertyType=typeof(AppKit.NSView), Selector="findBarView", SetterSelector="setFindBarView:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="contentView", IsProperty=true, IsRequired=false, IsStatic=false, Name="ContentView", PropertyType=typeof(AppKit.NSView), Selector="contentView")>]
type INSTextFinderBarContainer = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
ContentView
FindBarView
FindBarVisible
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
FindBarViewDidChangeHeight()

Extension Methods

Name Description
GetContentView(INSTextFinderBarContainer)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to