IUIToolbarDelegate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate object for UIToolbars that exposes an event relating to bar position.
[Foundation.Protocol(Name="UIToolbarDelegate", WrapperType=typeof(UIKit.UIToolbarDelegateWrapper))]
public interface IUIToolbarDelegate : IDisposable, UIKit.IUIBarPositioningDelegate
[<Foundation.Protocol(Name="UIToolbarDelegate", WrapperType=typeof(UIKit.UIToolbarDelegateWrapper))>]
type IUIToolbarDelegate = interface
interface INativeObject
interface IDisposable
interface IUIBarPositioningDelegate
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| Name | Description |
|---|---|
| GetPositionForBar(IUIBarPositioning) |
Returns the position for |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |
| GetPositionForBar(IUIBarPositioningDelegate, IUIBarPositioning) |
Returns the position for |