Table of Contents

Interface IBindInputElement

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Marks a UI element as supporting custom bind input via an IBindInput instance.

public interface IBindInputElement : IFocusableElement
Inherited Members

Properties

BindInput

Custom bind input interface for this element

IBindInput BindInput { get; }

Property Value

IBindInput