ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / SetInheritValue Method

In This Topic
    SetInheritValue Method
    In This Topic
    Indicates that this value is not null, not none, but should be inherited from the parent object of the object who's style this value is applied to. In CSS this is the default value for many *child* elements's (but certainly not all) style properties who's style is not specified.
    Syntax
    'Declaration
     
    Public Sub SetInheritValue() 
    public void SetInheritValue()
    Remarks
    See CSS Level 1 Recomendation Section 1.3 Inheritance: http://www.w3.org/TR/REC-CSS1#inheritance An important statement in this section is the following: "Some style properties are not inherited from the parent element to the child element. Most often it is intuitive why this is not the case. E.g., the 'background' property does not inherit, but the parent element's background will shine through by default."
    See Also