Show / Hide Table of Contents

    Enum AccessoryPosition

    Accessory position.

    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public enum AccessoryPosition

    Fields

    Name Description
    End

    Accessory will be on the ending (right) side if the AccessoryText != null

    None

    No accessories will be shown

    Start

    Accessory will be on the starting (left) side if the AccessText != null

    Extension Methods

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