Freigeben über


ActionStyle-Member

Encapsulates style properties for the ActionInfo class. This class cannot be inherited.

Der ActionStyle-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ActionStyle Initializes a new instance of the ActionStyle class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode ContainStyleProperty Indicates whether this collection contains a named style property. (Geerbt von StyleBase.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets an IEnumerator interface that allows you to iterate through the collection. (Geerbt von StyleBase.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SetStyle Sets a specified style property within a style collection to the given value. (Geerbt von StyleBase.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_isCustomControlGenerated Infrastruktur. (Geerbt von StyleBase.)
Geschütztes Feld m_nonSharedProperties Infrastruktur. (Geerbt von StyleBase.)
Geschütztes Feld m_sharedProperties Infrastruktur. (Geerbt von StyleBase.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Returns the number of properties. (Überschreibt StyleBase. . :: . .Count.)
Geschützte Eigenschaft IsCustomControl Infrastruktur. (Geerbt von StyleBase.)
Öffentliche Eigenschaft Item[ ( [ ( String] ) ] ) Returns an item from the collection for a specified style name. (Überschreibt StyleBase. . :: . .Item[ ( [ ( String] ) ] ) .)
Öffentliche Eigenschaft Item[ ( [ ( Int32] ) ] ) Returns a style at the specified index. (Geerbt von StyleBase.)
Öffentliche Eigenschaft Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Überschreibt StyleBase. . :: . .Keys.)
Öffentliche Eigenschaft NonSharedProperties Returns style properties that are different for each for each report item (due to expressions). (Überschreibt StyleBase. . :: . .NonSharedProperties.)
Öffentliche Eigenschaft SharedProperties Gets or sets properties shared by all report items derived from the same report item in the definition. (Überschreibt StyleBase. . :: . .SharedProperties.)

Zum Anfang