MonoMobile.Views.UIInputViewToolbar.UIInputViewToolbar C# (CSharp) Method

UIInputViewToolbar() public method

public UIInputViewToolbar ( IFocusable focusableView ) : System
focusableView IFocusable
return System
		public UIInputViewToolbar(IFocusable focusableView) : base(new RectangleF(0, 0, 320, 44))
		{
			FocusableView = focusableView;
						
			var themeable = FocusableView as IThemeable;
			if (themeable != null && themeable.Theme != null)
				TintColor = themeable.Theme.BarTintColor;
				
			Translucent = true;
		}

Same methods

UIInputViewToolbar::UIInputViewToolbar ( IntPtr handle ) : System
UIInputViewToolbar::UIInputViewToolbar ( NSCoder coder ) : System
UIInputViewToolbar::UIInputViewToolbar ( RectangleF frame ) : System