C-DEngine 5.105

TheNMIBaseControl..::..PlaceHolder Property

This text will be shown instead of the control if the control could not be started or is still being retrieved from the mesh

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string PlaceHolder { get; set; }
Public Property PlaceHolder As String
	Get
	Set
public:
property String^ PlaceHolder {
	String^ get ();
	void set (String^ value);
}