Show / Hide Table of Contents

    Enum PointerDirection

    BubblePopup Pointer direction.

    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    [Flags]
    public enum PointerDirection

    Fields

    Name Description
    Any

    BubblePopup pointer points in what ever direction allow for it to have the most space.

    Down

    BubblePopup pointer points right.

    Horizontal

    BubblePopup pointer points either right or left, depending on which affords the most space.

    Left

    BubblePopup pointer points up

    None

    No pointer

    Right

    BubblePopup pointer points left.

    Up

    BubblePopup pointer points down.

    Vertical

    BubblePopup pointer points either up or down, depending on which affords the most space.

    Extension Methods

    PointerDirectionExtensions.IsVertical()
    PointerDirectionExtensions.IsHorizontal()
    PointerDirectionExtensions.LeftAllowed()
    PointerDirectionExtensions.RightAllowed()
    PointerDirectionExtensions.UpAllowed()
    PointerDirectionExtensions.DownAllowed()
    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