Show / Hide Table of Contents

    Interface IElement

    The foundation of Forms9Patch visual elements

    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public interface IElement

    Properties

    InstanceId

    Incremental instance id (starting at zero, increasing by one for each new instance)

    Declaration
    int InstanceId { get; }
    Property Value
    Type Description
    Int32

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel