BCGControlBar Library for .NET
HideDropDownButton Property




Gets or sets a value that indicates whether to hide drop down button in non-edit mode.
Syntax
'Declaration
 
Public Property HideDropDownButton As Boolean
'Usage
 
Dim instance As GridDataItemOptionList
Dim value As Boolean
 
instance.HideDropDownButton = value
 
value = instance.HideDropDownButton
public bool HideDropDownButton {get; set;}
public: __property bool get_HideDropDownButton();
public: __property void set_HideDropDownButton( 
   bool value
);
public:
property bool HideDropDownButton {
   bool get();
   void set (    bool value);
}
Remarks
If this property is true combo box does not appear if its cell is not edited, e.g its content is drawn as a regular string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridDataItemOptionList Class
GridDataItemOptionList Members

Send Feedback