C# Class XamlForIphone.UISearchBar

Inheritance: UIElement
Show file Open project: Clancey/XamlForIphone

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
SetShowsCancelButton ( System showsCancelButton, System animated ) : void

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

SetShowsCancelButton() public method

public SetShowsCancelButton ( System showsCancelButton, System animated ) : void
showsCancelButton System
animated System
return void