![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
BuddyControlEditor Class Members | |
See Also Properties Methods Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace : BuddyControlEditor Class |
The following tables list the members exposed by BuddyControlEditor.
Name | Description | |
---|---|---|
![]() | BuddyControlEditor Constructor |
Name | Description | |
---|---|---|
![]() | IsDropDownResizable | (Inherited from System.Drawing.Design.UITypeEditor) |
Name | Description | |
---|---|---|
![]() | xTypesSupported | xTypesSupported is a list of Types supported by the drop list. The drop list will look through the page's component list and select any object whose classtype matches or is inherited from the types in this list. For example, to include all WebControls, you can simply add the WebControl type here. To add to this list, you must override DefineSupportedTypes and call AddSupportedType (which validates your entry.) (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ControlTypeEditor) |
Name | Description | |
---|---|---|
![]() | EditValue | Overloaded. (Inherited from System.Drawing.Design.UITypeEditor) |
![]() | GetEditStyle | Overloaded. (Inherited from System.Drawing.Design.UITypeEditor) |
![]() | GetPaintValueSupported | Overloaded. (Inherited from System.Drawing.Design.UITypeEditor) |
![]() | PaintValue | Overloaded. (Inherited from System.Drawing.Design.UITypeEditor) |
Name | Description | |
---|---|---|
![]() | AddSupportedType | AddSupportedType adds a type into the xTypesSupported list. Call it from DefineSupportedTypes. All subclasses of any type added are automatically supported. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ControlTypeEditor) |
![]() | ClearSupportedTypes | Clear supported types. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ControlTypeEditor) |
![]() | DefineSupportedTypes | Overridden. Defines the types of controls displayed in the editor. |
![]() | FillInList | FillInList must be overriden to supply items to the ListBox. You can also customize other properties of the ListBox Your data does not need to be strings. Window forms list boxes offer customizable drawing rules which you can use to represent any kind of object. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.DropDownListTypeEditor) |
![]() | FillInListWithControls | FillInListWithControls does most of the work of FillInList. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ControlTypeEditor) |
![]() | List_Click | List_Click is a click event handler for the ListBox. We want the have the list close when the user clicks, just like the Enum and Bool types do in their UITypeEditors. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.DropDownListTypeEditor) |