Control.FromInheritedLayout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A value indicating whether this layout node has been inherited. from a parent layout.
This is expected to only be only set by the combiner.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="inherited")]
public bool FromInheritedLayout { get; set; }
member this.FromInheritedLayout : bool with get, set
Public Property FromInheritedLayout As Boolean
Property Value
- Attributes