C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class
Fields Properties Methods Events

C1DropDown Class Members

The following tables list the members exposed by C1DropDown.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Identifies the AutoClose dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the ButtonBackgroundColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the ButtonColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the CloseButtonBackgroundColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the CloseButtonTextColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the DropDownBackgroundColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the DropDownBehavior dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the DropDownBorderColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the DropDownBorderWidth dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the DropDownHeight dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the DropDownMode dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the DropDown dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the DropDownWidth dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the EditableHeaderBackgroundColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the EditableHeader dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the FlowDirection dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the HeaderBackgroundColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the HeaderBorderColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the HeaderBorderWidth dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the Header dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the IsAnimated dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the IsDropDownOpen dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the IsEditable dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the IsEnabled dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the MaxDropDownHeight dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the MinDropDownHeight dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the ShowButton dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the ShowClearButton dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the ShowCloseButton dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the ShowEditableHeader dependency property.  
Public Fieldstatic (Shared in Visual Basic)Identifies the ShowHeader dependency property.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets auto closes the drop when the user hits outside it.  
Public PropertyGets or sets the background of the button.  
Public PropertyGets or sets the color of the button content.  
Public Property (Inherited from UIKit.UIView)
Public PropertyGets or sets the background of the close button.  
Public PropertyGets or sets the color of the close button text.  
Public PropertyGets or sets the drop-down view.  
Public PropertyGets or sets the color of the drop-down.  
Public PropertyGets or sets the drop-down behavior.  
Public PropertyGets or sets the color of the drop-down border.  
Public PropertyGets or sets the width of the drop-down border.  
Public PropertyGets or sets the height of the drop-down object.  
Public PropertyGets or sets the mode that the DropDown uses to display the DropDownView.  
Public PropertyGets or sets the width of the drop-down object.  
Public PropertyGets or sets the editable header view.  
Public PropertyGets or sets the background color for the editable header.  
Public PropertyGets or sets a value that indicates whether that content should flow.  
Public Property (Inherited from Foundation.NSObject)
Public PropertyGets or sets the header view.  
Public PropertyGets or sets the background color for the header.  
Public PropertyGets or sets the border color for the header.  
Public PropertyGets or sets the border thickness for the header.  
Public PropertyOverridden. Specifies whether the UIKit.UIView displays or not.  
Public PropertyGets or sets whether the control is animated.  
Public PropertyGets or sets a value that indicates whether the dropdown is currently visible.  
Public PropertyGets or sets the value that enables or disables editing of the text in the control.  
Public PropertyGets or sets whether the control should be enabled.  
Public PropertyGets or sets the maximum length constraint of the drop-down box.  
Public PropertyGets or sets the minimum length constraint of the drop-down box.  
Public PropertyGets or sets a value that indicates whether the control should display a dropdown button.  
Public PropertyGets or sets a value that indicates whether the clear button show or not.  
Public PropertyGets or sets a value that indicates whether the close button is currently visible in full screen.  
Public PropertyGets or sets a value that indicates whether the editable header is currently visible.  
Public PropertyGets or sets a value that indicates whether the header is currently visible.  
Public Property  
Public Property (Inherited from Foundation.NSObject)
Top
Public Methods
 NameDescription
Public Method (Inherited from UIKit.UIView)
Public MethodOverloaded.  (Inherited from Foundation.NSObject)
Public Method (Inherited from UIKit.UIView)
Public Method (Inherited from Foundation.NSObject)
Public MethodOverloaded.  (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public MethodOverloaded.  (Inherited from Foundation.NSObject)
Public Method (Inherited from UIKit.UIView)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public MethodOverloaded.  (Inherited from Foundation.NSObject)
Public MethodOverloaded.  (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method (Inherited from Foundation.NSObject)
Public Method  
Top
Extension Methods
 NameDescription
Public Extension MethodGet 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.
Top
Public Events
 NameDescription
Public Event (Inherited from UIKit.UIView)
Public Event (Inherited from UIKit.UIView)
Public EventOccurs when the object is disposed.  
Public EventEvent raised when the IsDropDownOpen property has changed.  
Public EventEvent raised before the IsDropDownOpenChanging property changes.  
Top
See Also