Name | Description | |
---|---|---|
C1DropDown Constructor | Overloaded. |
The following tables list the members exposed by C1DropDown.
Name | Description | |
---|---|---|
C1DropDown Constructor | Overloaded. |
Name | Description | |
---|---|---|
AutoClose | Gets or sets auto closes the drop when the user hits outside it. | |
ButtonBackgroundColor | Gets or sets the background of the button. | |
ButtonColor | Gets or sets the color of the button content. | |
ClassHandle | (Inherited from UIKit.UIView) | |
CloseButtonBackgroundColor | Gets or sets the background of the close button. | |
CloseButtonTextColor | Gets or sets the color of the close button text. | |
DropDown | Gets or sets the drop-down view. | |
DropDownBackgroundColor | Gets or sets the color of the drop-down. | |
DropDownBehavior | Gets or sets the drop-down behavior. | |
DropDownBorderColor | Gets or sets the color of the drop-down border. | |
DropDownBorderWidth | Gets or sets the width of the drop-down border. | |
DropDownHeight | Gets or sets the height of the drop-down object. | |
DropDownMode | Gets or sets the mode that the DropDown uses to display the DropDownView. | |
DropDownWidth | Gets or sets the width of the drop-down object. | |
EditableHeader | Gets or sets the editable header view. | |
EditableHeaderBackgroundColor | Gets or sets the background color for the editable header. | |
FlowDirection | Gets or sets a value that indicates whether that content should flow. | |
Handle | (Inherited from Foundation.NSObject) | |
Header | Gets or sets the header view. | |
HeaderBackgroundColor | Gets or sets the background color for the header. | |
HeaderBorderColor | Gets or sets the border color for the header. | |
HeaderBorderWidth | Gets or sets the border thickness for the header. | |
Hidden | Overridden. Specifies whether the UIKit.UIView displays or not. | |
IsAnimated | Gets or sets whether the control is animated. | |
IsDropDownOpen | Gets or sets a value that indicates whether the dropdown is currently visible. | |
IsEditable | Gets or sets the value that enables or disables editing of the text in the control. | |
IsEnabled | Gets or sets whether the control should be enabled. | |
MaxDropDownHeight | Gets or sets the maximum length constraint of the drop-down box. | |
MinDropDownHeight | Gets or sets the minimum length constraint of the drop-down box. | |
ShowButton | Gets or sets a value that indicates whether the control should display a dropdown button. | |
ShowClearButton | Gets or sets a value that indicates whether the clear button show or not. | |
ShowCloseButton | Gets or sets a value that indicates whether the close button is currently visible in full screen. | |
ShowEditableHeader | Gets or sets a value that indicates whether the editable header is currently visible. | |
ShowHeader | Gets or sets a value that indicates whether the header is currently visible. | |
Site | ||
SuperHandle | (Inherited from Foundation.NSObject) |
Name | Description | |
---|---|---|
Add | (Inherited from UIKit.UIView) | |
AddObserver | Overloaded. (Inherited from Foundation.NSObject) | |
AddSubviews | (Inherited from UIKit.UIView) | |
AwakeFromNib | (Inherited from Foundation.NSObject) | |
BeginInvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
ConformsToProtocol | (Inherited from Foundation.NSObject) | |
DangerousAutorelease | (Inherited from Foundation.NSObject) | |
DangerousRelease | (Inherited from Foundation.NSObject) | |
DangerousRetain | (Inherited from Foundation.NSObject) | |
Dispose | (Inherited from Foundation.NSObject) | |
Equals | Overloaded. (Inherited from Foundation.NSObject) | |
GetEnumerator | (Inherited from UIKit.UIView) | |
GetHashCode | (Inherited from Foundation.NSObject) | |
GetNativeField | (Inherited from Foundation.NSObject) | |
Init | (Inherited from Foundation.NSObject) | |
Invoke | Overloaded. (Inherited from Foundation.NSObject) | |
InvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
SetNativeField | (Inherited from Foundation.NSObject) | |
SetValueForKeyPath | (Inherited from Foundation.NSObject) | |
ToString | (Inherited from Foundation.NSObject) | |
UpdateLayoutDirection |
Name | Description | |
---|---|---|
GetImage | Get the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android. |
Name | Description | |
---|---|---|
AnimationWillEnd | (Inherited from UIKit.UIView) | |
AnimationWillStart | (Inherited from UIKit.UIView) | |
Disposed | Occurs when the object is disposed. | |
DropDownOpenChanged | Event raised when the IsDropDownOpen property has changed. | |
DropDownOpenChanging | Event raised before the IsDropDownOpenChanging property changes. |