Table of Contents

Method SetPlaceholderText

Namespace
Innova.Prism.Library.Controls
Assembly
Innova.Prism.Library.dll

SetPlaceholderText(Control, string)

Sets the text that is displayed in the control until the value is changed by a user action or some other operation.

public static void SetPlaceholderText(Control control, string value)

Parameters

control Control

The element on which to set the attached property.

value string

The property value to set.