WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IHTMLAttribute - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IHTMLAttribute

    Interface that publishes the logic which specify allowed actions with any HTML element.

    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public interface IHTMLAttribute

    Properties

    IsRuntimeAttribute

    Gets a value indicating whether the property runtime must not be serialized to text.

    Declaration
    bool IsRuntimeAttribute { get; }
    Property Value
    Type Description
    System.Boolean

    Name

    Gets the name of the attribute.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Parent

    Gets the parent of the attribute.

    Declaration
    IHTMLElement Parent { get; }
    Property Value
    Type Description
    IHTMLElement

    Value

    Gets or sets the current value of the attribute as variant. NULL if attribute value was never set before.

    Declaration
    string Value { get; set; }
    Property Value
    Type Description
    System.String

    Events

    ValueChanged

    Event raised after the attribute value changes. To event handlers send new and old value of attribute.

    Declaration
    event ValueChangedEventHandler ValueChanged
    Event Type
    Type Description
    ValueChangedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved