ActionStyle 멤버
Encapsulates style properties for the ActionInfo class. This class cannot be inherited.
ActionStyle 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
![]() |
ContainStyleProperty | Indicates whether this collection contains a named style property. (StyleBase에서 상속됩니다.) |
![]() |
Equals | (Object에서 상속됩니다.) |
![]() |
Finalize | (Object에서 상속됩니다.) |
![]() |
GetEnumerator | Gets an IEnumerator interface that allows you to iterate through the collection. (StyleBase에서 상속됩니다.) |
![]() |
GetHashCode | (Object에서 상속됩니다.) |
![]() |
GetType | (Object에서 상속됩니다.) |
![]() |
MemberwiseClone | (Object에서 상속됩니다.) |
![]() |
SetStyle | Sets a specified style property within a style collection to the given value. (StyleBase에서 상속됩니다.) |
![]() |
ToString | (Object에서 상속됩니다.) |
맨 위로 이동
필드
이름 | 설명 | |
---|---|---|
![]() |
m_isCustomControlGenerated | 인프라 (StyleBase에서 상속됩니다.) |
![]() |
m_nonSharedProperties | 인프라 (StyleBase에서 상속됩니다.) |
![]() |
m_sharedProperties | 인프라 (StyleBase에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
Count | Returns the number of properties. (StyleBase. . :: . .Count을(를) 재정의합니다.) |
![]() |
IsCustomControl | 인프라 (StyleBase에서 상속됩니다.) |
![]() |
Item[ ( [ ( String] ) ] ) | Returns an item from the collection for a specified style name. (StyleBase. . :: . .Item[ ( [ ( String] ) ] ) 을(를) 재정의합니다.) |
![]() |
Item[ ( [ ( Int32] ) ] ) | Returns a style at the specified index. (StyleBase에서 상속됩니다.) |
![]() |
Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (StyleBase. . :: . .Keys을(를) 재정의합니다.) |
![]() |
NonSharedProperties | Returns style properties that are different for each for each report item (due to expressions). (StyleBase. . :: . .NonSharedProperties을(를) 재정의합니다.) |
![]() |
SharedProperties | Gets or sets properties shared by all report items derived from the same report item in the definition. (StyleBase. . :: . .SharedProperties을(를) 재정의합니다.) |
맨 위로 이동