Inheritance
System.Object
PTCountPopupViewController
Implements
ObjCRuntime.INativeObject
System.IDisposable
Assembly: Tools.dll
public class PTCountPopupViewController : UIViewController, IPTColorPickerViewControllerDelegate
Constructors
Declaration
public PTCountPopupViewController()
Declaration
public PTCountPopupViewController(NSCoder coder)
Parameters
Type |
Name |
Description |
Foundation.NSCoder |
coder |
|
Declaration
protected PTCountPopupViewController(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
Declaration
protected PTCountPopupViewController(NativeHandle handle)
Parameters
Type |
Name |
Description |
ObjCRuntime.NativeHandle |
handle |
|
Declaration
public PTCountPopupViewController(bool editing, string groupLabel, UIColor color)
Parameters
Type |
Name |
Description |
System.Boolean |
editing |
|
System.String |
groupLabel |
|
UIKit.UIColor |
color |
|
Properties
Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type |
Description |
ObjCRuntime.NativeHandle |
|
Declaration
public virtual Action DoneAction { get; set; }
Property Value
Type |
Description |
System.Action |
|
Declaration
public virtual UIColor SelectedColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
Declaration
public virtual UITextField TextField { get; set; }
Property Value
Type |
Description |
UIKit.UITextField |
|
Methods
Declaration
public virtual void ColorPickerControllerDidSelectColor(PTColorPickerViewController colorPickerController, UIColor color)
Parameters
Implements
ObjCRuntime.INativeObject
System.IDisposable