Search Results for

    Show / Hide Table of Contents

    Class TextBoxPlaceholderBehavior

    Inheritance
    object
    DispatcherObject
    DependencyObject
    TextBoxPlaceholderBehavior
    Inherited Members
    DependencyObject.Equals(object)
    DependencyObject.GetHashCode()
    DependencyObject.GetValue(DependencyProperty)
    DependencyObject.SetValue(DependencyProperty, object)
    DependencyObject.SetCurrentValue(DependencyProperty, object)
    DependencyObject.SetValue(DependencyPropertyKey, object)
    DependencyObject.ClearValue(DependencyProperty)
    DependencyObject.ClearValue(DependencyPropertyKey)
    DependencyObject.CoerceValue(DependencyProperty)
    DependencyObject.InvalidateProperty(DependencyProperty)
    DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
    DependencyObject.ShouldSerializeProperty(DependencyProperty)
    DependencyObject.ReadLocalValue(DependencyProperty)
    DependencyObject.GetLocalValueEnumerator()
    DependencyObject.DependencyObjectType
    DependencyObject.IsSealed
    DispatcherObject.Dispatcher
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Behaviours
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class TextBoxPlaceholderBehavior : DependencyObject

    Constructors

    TextBoxPlaceholderBehavior()

    Declaration
    public TextBoxPlaceholderBehavior()

    Fields

    PlaceholderProperty

    Declaration
    public static readonly DependencyProperty PlaceholderProperty
    Field Value
    Type Description
    DependencyProperty

    Methods

    GetPlaceholder(DependencyObject)

    Declaration
    [AttachedPropertyBrowsableForType(typeof(TextBox))]
    public static string GetPlaceholder(DependencyObject element)
    Parameters
    Type Name Description
    DependencyObject element
    Returns
    Type Description
    string

    SetPlaceholder(DependencyObject, string)

    Declaration
    [AttachedPropertyBrowsableForType(typeof(TextBox))]
    public static void SetPlaceholder(DependencyObject element, string value)
    Parameters
    Type Name Description
    DependencyObject element
    string value

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • TextBoxPlaceholderBehavior()
    • Fields
      • PlaceholderProperty
    • Methods
      • GetPlaceholder(DependencyObject)
      • SetPlaceholder(DependencyObject, string)
    • Extension Methods
    Back to top Generated by DocFX