Gets or sets the content displayed on the "create here" button that is displayed when the user hovers over the control. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Object CreateHereHintContent { get; set; }
Visual Basic
Public Property CreateHereHintContent As Object
	Get
	Set
Visual C++
public:
property Object^ CreateHereHintContent {
	Object^ get ();
	void set (Object^ value);
}

Remarks

Dependency Property Information
Identifier fieldCreateHereHintContentProperty
Metadata properties set to trueNone

See Also