RadControls for WinForms

Defines the element's property options.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[FlagsAttribute]
public enum ElementPropertyOptions
Visual Basic
<FlagsAttribute> _
Public Enumeration ElementPropertyOptions

Members

Member nameValueDescription
None0 Indicates that there are no property options.
CanInheritValue2 Indicates that the property can inherit a value.
InvalidatesLayout4 Indicates that the property invalidates the layout.
AffectsLayout8 Indicates that the property affects the layout.
AffectsMeasure16 Invalidates measure
AffectsArrange32 Invalidates arrange
AffectsParentMeasure64 Invalidates parent's measure
AffectsParentArrange128 Invalidates parent's arrange
AffectsDisplay256 Indicates that the property affects the display.
AffectsTheme512 Indicates that the property affects the theme.
Cancelable1024 The property supports cancelation.

See Also