FormButtonList Class
A list of form buttons.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionFormButton
    System.Collections.ObjectModelObservableCollectionFormButton
      Geocortex.Forms.ClientFormButtonList

Namespace: Geocortex.Forms.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class FormButtonList : ObservableCollection<FormButton>

The FormButtonList type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd (Inherited from CollectionFormButton.)
Public methodClear (Inherited from CollectionFormButton.)
Public methodContains (Inherited from CollectionFormButton.)
Public methodCopyTo (Inherited from CollectionFormButton.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDefaultButton
Get the default button from the list.
Public methodGetEnumerator (Inherited from CollectionFormButton.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionFormButton.)
Public methodInsert (Inherited from CollectionFormButton.)
Public methodMove (Inherited from ObservableCollectionFormButton.)
Public methodRemove (Inherited from CollectionFormButton.)
Public methodRemoveAt (Inherited from CollectionFormButton.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionFormButton.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionFormButton.)
Top
Events
  NameDescription
Public eventCollectionChanged (Inherited from ObservableCollectionFormButton.)
Top
See Also